mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 08:12:41 -04:00
staging/vt6656: remove unnecessary return in BSSvSecondTxData
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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a984fa5540
commit
eab6e19307
@@ -1300,5 +1300,4 @@ void BSSvSecondTxData(void *hDeviceContext)
|
||||
|
||||
pDevice->sTimerTxData.expires = RUN_AT(10 * HZ); //10s callback
|
||||
add_timer(&pDevice->sTimerTxData);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user