summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/rf.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-03-18 20:55:39 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 11:16:17 -0700
commita7307538805f8a30c25b6f5b9566ab21d8ab7515 (patch)
tree5d09bd149c6667ef84b8c6195fa36497b26e334c /drivers/staging/vt6655/rf.c
parenta4ef27ad02e0bfd165e81d6a4f3771ace42ebe41 (diff)
downloadlinux-a7307538805f8a30c25b6f5b9566ab21d8ab7515.tar.gz
linux-a7307538805f8a30c25b6f5b9566ab21d8ab7515.tar.xz
staging: vt6655: Remove commented out if()s
Commented out code is just noise. Remove them. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/rf.c')
-rw-r--r--drivers/staging/vt6655/rf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c
index 2eab18bea685..fc2766e4bad7 100644
--- a/drivers/staging/vt6655/rf.c
+++ b/drivers/staging/vt6655/rf.c
@@ -1023,12 +1023,11 @@ bool RFbSetPower(
break;
}
-// if (pDevice->byLocalID <= REV_ID_VT3253_B1) {
if (pDevice->byCurPwr == byPwr) {
return true;
}
+
bResult = RFbRawSetPower(pDevice, byPwr, uRATE);
-// }
if (bResult == true) {
pDevice->byCurPwr = byPwr;
}