Re: [PATCH] tusb6010: fix error path in tusb_probe()

2012-08-21 Thread Sergei Shtylyov
Hello. On 21-08-2012 13:39, Felipe Balbi wrote: On platform_device_add() failure, the TUSB6010 glue layer forgets to call platform_device_put() -- probably due to a typo... Signed-off-by: Sergei Shtylyov wow.. I was just fixing this same issue today. Creepy. Will apply your patch :-)

Re: [PATCH] tusb6010: fix error path in tusb_probe()

2012-08-21 Thread Felipe Balbi
Hi, On Mon, Aug 20, 2012 at 10:31:41PM +0400, Sergei Shtylyov wrote: > On platform_device_add() failure, the TUSB6010 glue layer forgets to call > platform_device_put() -- probably due to a typo... > > Signed-off-by: Sergei Shtylyov wow.. I was just fixing this same issue today. Creepy. Will ap

[PATCH] tusb6010: fix error path in tusb_probe()

2012-08-20 Thread Sergei Shtylyov
On platform_device_add() failure, the TUSB6010 glue layer forgets to call platform_device_put() -- probably due to a typo... Signed-off-by: Sergei Shtylyov --- This patch is atop of 'musb' branch of Felipe's tree... drivers/usb/musb/tusb6010.c |2 +- 1 file changed, 1 insertion(+), 1 delet