Skip to content

Commit

Permalink
staging/vt6656: remove unnecessary return in BSSvSecondTxData
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent a984fa5 commit eab6e19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/vt6656/wcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1300,5 +1300,4 @@ void BSSvSecondTxData(void *hDeviceContext)

pDevice->sTimerTxData.expires = RUN_AT(10 * HZ); //10s callback
add_timer(&pDevice->sTimerTxData);
return;
}

0 comments on commit eab6e19

Please sign in to comment.