Re: [PATCH 4/4] cw1200: hwio: Remove an unnecessary goto

2013-06-04 Thread Solomon Peachy
On Tue, Jun 04, 2013 at 07:44:50AM -0700, Joe Perches wrote: > goto after return is wrong. > > The other code in this block needs to set an > error value then goto an error release block. > > This one doesn't need to release anything and > was likely a copy/paste remainder. > > Signed-off-by: Jo

[PATCH 4/4] cw1200: hwio: Remove an unnecessary goto

2013-06-04 Thread Joe Perches
goto after return is wrong. The other code in this block needs to set an error value then goto an error release block. This one doesn't need to release anything and was likely a copy/paste remainder. Signed-off-by: Joe Perches --- drivers/net/wireless/cw1200/hwio.c | 1 - 1 file changed, 1 del