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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user