Re: [PATCH] USB ehci-omap: Remove second kfree() call on the same object

2010-11-05 Thread Felipe Balbi
On Mon, Oct 25, 2010 at 03:56:54PM -0500, Matthias Kaehlcke wrote: Remove second kfree() call on the same object in the error path of ehci_hcd_omap_probe() Signed-off-by: Matthias Kaehlcke matth...@kaehlcke.net applied, thanks -- balbi -- To unsubscribe from this list: send the line

[PATCH] USB ehci-omap: Remove second kfree() call on the same object

2010-10-25 Thread Matthias Kaehlcke
Remove second kfree() call on the same object in the error path of ehci_hcd_omap_probe() Signed-off-by: Matthias Kaehlcke matth...@kaehlcke.net --- drivers/usb/host/ehci-omap.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/ehci-omap.c