From 53742906bca9f035ec97fe3578c6064e015c3821 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Mon, 26 May 2014 13:59:06 +0100 Subject: staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByte ControlvReadByte will be removed in next patch Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/baseband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/vt6656/baseband.c') diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c index 3373812..4cdea2c 100644 --- a/drivers/staging/vt6656/baseband.c +++ b/drivers/staging/vt6656/baseband.c @@ -1076,7 +1076,7 @@ void BBvSetShortSlotTime(struct vnt_private *priv) else priv->byBBRxConf |= 0x20; - ControlvReadByte(priv, MESSAGE_REQUEST_BBREG, 0xe7, &bb_vga); + vnt_control_in_u8(priv, MESSAGE_REQUEST_BBREG, 0xe7, &bb_vga); if (bb_vga == priv->abyBBVGA[0]) priv->byBBRxConf |= 0x20; -- cgit v1.1