mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 12:24:37 -04:00
staging: vt6656: BBvExitDeepSleep remove camel case.
pDevice -> priv Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
07c116f29c
commit
36c69f3ce5
@@ -1134,10 +1134,10 @@ void BBvSetDeepSleep(struct vnt_private *priv)
|
||||
ControlvWriteByte(priv, MESSAGE_REQUEST_BBREG, 0x0d, 0xB9);/* CR13 */
|
||||
}
|
||||
|
||||
void BBvExitDeepSleep(struct vnt_private *pDevice)
|
||||
void BBvExitDeepSleep(struct vnt_private *priv)
|
||||
{
|
||||
ControlvWriteByte(pDevice, MESSAGE_REQUEST_BBREG, 0x0C, 0x00);//CR12
|
||||
ControlvWriteByte(pDevice, MESSAGE_REQUEST_BBREG, 0x0D, 0x01);//CR13
|
||||
ControlvWriteByte(priv, MESSAGE_REQUEST_BBREG, 0x0c, 0x00);/* CR12 */
|
||||
ControlvWriteByte(priv, MESSAGE_REQUEST_BBREG, 0x0d, 0x01);/* CR13 */
|
||||
}
|
||||
|
||||
static unsigned long s_ulGetLowSQ3(struct vnt_private *pDevice)
|
||||
|
||||
Reference in New Issue
Block a user