* [PATCH 2/3] staging/vt6656: remove unnecessary return in BSSvSecondTxData
@ 2012-07-13 20:21 Devendra Naga
0 siblings, 0 replies; only message in thread
From: Devendra Naga @ 2012-07-13 20:21 UTC (permalink / raw)
To: Forest Bond, Greg Kroah-Hartman, devel, linux-kernel; +Cc: Devendra Naga
this return is at the function end, and function is returning nothing..
i.e a void.
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
---
drivers/staging/vt6656/wcmd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/vt6656/wcmd.c b/drivers/staging/vt6656/wcmd.c
index cecfdb6..c9de937 100644
--- a/drivers/staging/vt6656/wcmd.c
+++ b/drivers/staging/vt6656/wcmd.c
@@ -1300,5 +1300,4 @@ void BSSvSecondTxData(void *hDeviceContext)
pDevice->sTimerTxData.expires = RUN_AT(10 * HZ); //10s callback
add_timer(&pDevice->sTimerTxData);
- return;
}
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-13 20:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-13 20:21 [PATCH 2/3] staging/vt6656: remove unnecessary return in BSSvSecondTxData Devendra Naga
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.