mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 09:51:21 -04:00
staging: rtl8723bs: hal: Remove unused variable
Remove local variable psdio which is declared but not used (or returned) in its function. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishka.dasgupta@yahoo.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
987d864a23
commit
ae63ed4c7d
@@ -1207,7 +1207,6 @@ u8 RecvOnePkt(struct adapter *adapter, u32 size)
|
||||
{
|
||||
struct recv_buf *recvbuf;
|
||||
struct dvobj_priv *sddev;
|
||||
struct sdio_data *psdio;
|
||||
struct sdio_func *func;
|
||||
|
||||
u8 res = false;
|
||||
|
||||
Reference in New Issue
Block a user