mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 13:13:57 +08: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:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user