mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
WIRELESS: at76c50x, remove unneeded NULL check
Stanse found that urb cannot be NULL in at76_rx_tasklet because it is dereferenced earlier, so remove the unneeded check. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
f2a6d6a08c
commit
a9325199ed
@ -1525,8 +1525,7 @@ static void at76_rx_tasklet(unsigned long param)
|
||||
|
||||
if (priv->device_unplugged) {
|
||||
at76_dbg(DBG_DEVSTART, "device unplugged");
|
||||
if (urb)
|
||||
at76_dbg(DBG_DEVSTART, "urb status %d", urb->status);
|
||||
at76_dbg(DBG_DEVSTART, "urb status %d", urb->status);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user