Re: [PATCH net-next 1/2] lan78xx: Fix Smatch Warnings

2015-08-12 Thread David Miller
From: Date: Tue, 11 Aug 2015 15:21:41 + > lan78xx.c:2282 tx_complete() warn: variable dereferenced before check 'skb' > (see line 2249) > lan78xx.c:2885 lan78xx_bh() info: ignoring unreachable code. > lan78xx.c:3159 lan78xx_probe() info: ignoring unreachable code. > > Reported-by: Dan Carpe

[PATCH net-next 1/2] lan78xx: Fix Smatch Warnings

2015-08-11 Thread Woojung.Huh
lan78xx.c:2282 tx_complete() warn: variable dereferenced before check 'skb' (see line 2249) lan78xx.c:2885 lan78xx_bh() info: ignoring unreachable code. lan78xx.c:3159 lan78xx_probe() info: ignoring unreachable code. Reported-by: Dan Carpenter Signed-off-by: Woojung Huh --- drivers/net/usb/la