Re: [PATCH v2] usb: ohci: fix goto wrong tag in err case

2013-05-16 Thread Greg KH
On Fri, May 10, 2013 at 02:22:42PM +0800, Libo Chen wrote: > fix goto wrong tag in usb_hcd_nxp_probe > > Signed-off-by: Libo Chen Ah, you redid this, nevermind about the v1 of this patch, sorry... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH v2] usb: ohci: fix goto wrong tag in err case

2013-05-10 Thread Alan Stern
On Fri, 10 May 2013, Libo Chen wrote: > fix goto wrong tag in usb_hcd_nxp_probe > > * Changelog from v1: > * instead of all these statement labels suggested by Alan Stern > > Signed-off-by: Libo Chen That's a lot better. Thanks for redoing all this. Acked-by: Alan Stern -- To unsubscri

[PATCH v2] usb: ohci: fix goto wrong tag in err case

2013-05-09 Thread Libo Chen
fix goto wrong tag in usb_hcd_nxp_probe * Changelog from v1: * instead of all these statement labels suggested by Alan Stern Signed-off-by: Libo Chen --- drivers/usb/host/ohci-nxp.c | 46 +- 1 files changed, 23 insertions(+), 23 deletions(-) diff -