* [2.5 patch] remove an unused label from kaweth.c
@ 2003-06-21 15:01 Adrian Bunk
2003-06-21 17:01 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2003-06-21 15:01 UTC (permalink / raw)
To: oliver; +Cc: greg, linux-kernel, trivial
Recent changes to kaweth added an unused label. The following patch
removes it.
I've tested the compilation with 2.5.72-mm2.
--- linux-2.5.72-mm2/drivers/usb/net/kaweth.c.old 2003-06-21 16:57:36.000000000 +0200
+++ linux-2.5.72-mm2/drivers/usb/net/kaweth.c 2003-06-21 16:59:01.000000000 +0200
@@ -1092,7 +1092,6 @@
err_intfdata:
usb_set_intfdata(intf, NULL);
-err_all:
usb_buffer_free(kaweth->dev, KAWETH_BUF_SIZE, (void *)kaweth->rx_buf, kaweth->rxbufferhandle);
err_all_but_rxbuf:
usb_buffer_free(kaweth->dev, INTBUFFERSIZE, (void *)kaweth->intbuffer, kaweth->intbufferhandle);
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.5 patch] remove an unused label from kaweth.c
2003-06-21 15:01 [2.5 patch] remove an unused label from kaweth.c Adrian Bunk
@ 2003-06-21 17:01 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-06-21 17:01 UTC (permalink / raw)
To: Adrian Bunk; +Cc: oliver, linux-kernel, trivial
On Sat, Jun 21, 2003 at 05:01:32PM +0200, Adrian Bunk wrote:
> Recent changes to kaweth added an unused label. The following patch
> removes it.
>
> I've tested the compilation with 2.5.72-mm2.
Thanks, I already have this fix in my USB tree, and will send it to
Linus in a few days.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-21 17:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-21 15:01 [2.5 patch] remove an unused label from kaweth.c Adrian Bunk
2003-06-21 17:01 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox