Commit ae63ed4c authored by Nishka Dasgupta's avatar Nishka Dasgupta Committed by Greg Kroah-Hartman

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: default avatarNishka Dasgupta <nishka.dasgupta@yahoo.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 987d864a
...@@ -1207,7 +1207,6 @@ u8 RecvOnePkt(struct adapter *adapter, u32 size) ...@@ -1207,7 +1207,6 @@ u8 RecvOnePkt(struct adapter *adapter, u32 size)
{ {
struct recv_buf *recvbuf; struct recv_buf *recvbuf;
struct dvobj_priv *sddev; struct dvobj_priv *sddev;
struct sdio_data *psdio;
struct sdio_func *func; struct sdio_func *func;
u8 res = false; u8 res = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment