summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/baseband.c
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.mage@gmail.com>2011-11-30 00:19:25 -0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-30 19:28:18 +0900
commitca76edebce4a6b8b75ac39e0f74fbf4093c27de2 (patch)
tree455dbca45b6c4455096c000c5a6b3e04929a5ced /drivers/staging/vt6656/baseband.c
parentf001d7e28c2e66a789fc73f08e9fcbc175ac5971 (diff)
downloadop-kernel-dev-ca76edebce4a6b8b75ac39e0f74fbf4093c27de2.zip
op-kernel-dev-ca76edebce4a6b8b75ac39e0f74fbf4093c27de2.tar.gz
staging: vt6656: baseband.c: Remove commented code
This patch removes a lot of commented code, and some return calls of void functions. Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com> Cc: Forest Bond <forest@alittletooquiet.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/baseband.c')
-rw-r--r--drivers/staging/vt6656/baseband.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c
index 4aa80bc..06f27f6 100644
--- a/drivers/staging/vt6656/baseband.c
+++ b/drivers/staging/vt6656/baseband.c
@@ -1558,7 +1558,6 @@ void TimerSQ3CallBack(void *hDeviceContext)
spin_unlock_irq(&pDevice->lock);
- return;
}
@@ -1606,7 +1605,6 @@ void TimerSQ3Tmax3CallBack(void *hDeviceContext)
add_timer(&pDevice->TimerSQ3Tmax1);
spin_unlock_irq(&pDevice->lock);
- return;
}
void
OpenPOWER on IntegriCloud