aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/card.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/card.c')
-rw-r--r--drivers/staging/vt6656/card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c
index 8de21aac1bf..a49053bd7c6 100644
--- a/drivers/staging/vt6656/card.c
+++ b/drivers/staging/vt6656/card.c
@@ -1092,7 +1092,7 @@ CARDbChannelSwitch (
1092 pDevice->sMgmtObj.uCurrChannel = byNewChannel; 1092 pDevice->sMgmtObj.uCurrChannel = byNewChannel;
1093 bResult = CARDbSetMediaChannel(pDevice, byNewChannel); 1093 bResult = CARDbSetMediaChannel(pDevice, byNewChannel);
1094 1094
1095 return(bResult); 1095 return bResult;
1096 } 1096 }
1097 pDevice->byChannelSwitchCount = byCount; 1097 pDevice->byChannelSwitchCount = byCount;
1098 pDevice->byNewChannel = byNewChannel; 1098 pDevice->byNewChannel = byNewChannel;