Re: [PATCH 1/1 linux-next] hp100: simplify hp100_module_init

2015-01-04 Thread David Miller
From: Fabian Frederick Date: Sat, 3 Jan 2015 14:44:16 +0100 > -Avoid double goto and directly return err where possible. > -Remove unused labels which fixes: > > drivers/net/ethernet/hp/hp100.c:3047:2: warning: label > 'out3' defined but not used [-Wunused-label] > > Signed-off-by: Fabian

Re: [PATCH 1/1 linux-next] hp100: simplify hp100_module_init

2015-01-04 Thread David Miller
From: Fabian Frederick f...@skynet.be Date: Sat, 3 Jan 2015 14:44:16 +0100 -Avoid double goto and directly return err where possible. -Remove unused labels which fixes: drivers/net/ethernet/hp/hp100.c:3047:2: warning: label 'out3' defined but not used [-Wunused-label] Signed-off-by:

[PATCH 1/1 linux-next] hp100: simplify hp100_module_init

2015-01-03 Thread Fabian Frederick
-Avoid double goto and directly return err where possible. -Remove unused labels which fixes: drivers/net/ethernet/hp/hp100.c:3047:2: warning: label 'out3' defined but not used [-Wunused-label] Signed-off-by: Fabian Frederick --- This is untested. drivers/net/ethernet/hp/hp100.c | 17

[PATCH 1/1 linux-next] hp100: simplify hp100_module_init

2015-01-03 Thread Fabian Frederick
-Avoid double goto and directly return err where possible. -Remove unused labels which fixes: drivers/net/ethernet/hp/hp100.c:3047:2: warning: label 'out3' defined but not used [-Wunused-label] Signed-off-by: Fabian Frederick f...@skynet.be --- This is untested. drivers/net/ethernet/hp/hp100.c