Re: [PATCH] extcon: max77693: Fix max77693_muic_probe error handling

2012-10-03 Thread Chanwoo Choi
On 10/03/2012 11:23 AM, Axel Lin wrote: > Fix below issues: > 1. If request_threaded_irq() fails, current code does not free all requested >irqs. > 2. Add missing extcon_dev_unregister() in error path if failed to read > revision >number. > > Signed-off-by: Axel Lin > --- >

Re: [PATCH] extcon: max77693: Fix max77693_muic_probe error handling

2012-10-03 Thread Chanwoo Choi
On 10/03/2012 11:23 AM, Axel Lin wrote: Fix below issues: 1. If request_threaded_irq() fails, current code does not free all requested irqs. 2. Add missing extcon_dev_unregister() in error path if failed to read revision number. Signed-off-by: Axel Lin axel@ingics.com ---

[PATCH] extcon: max77693: Fix max77693_muic_probe error handling

2012-10-02 Thread Axel Lin
Fix below issues: 1. If request_threaded_irq() fails, current code does not free all requested irqs. 2. Add missing extcon_dev_unregister() in error path if failed to read revision number. Signed-off-by: Axel Lin --- drivers/extcon/extcon-max77693.c | 12 ++-- 1 file changed, 6

[PATCH] extcon: max77693: Fix max77693_muic_probe error handling

2012-10-02 Thread Axel Lin
Fix below issues: 1. If request_threaded_irq() fails, current code does not free all requested irqs. 2. Add missing extcon_dev_unregister() in error path if failed to read revision number. Signed-off-by: Axel Lin axel@ingics.com --- drivers/extcon/extcon-max77693.c | 12 ++--