RE: [patch-2.6.34-rc2+ 10/11] musb_core: don't call musb_platform_exit() twice

2010-03-29 Thread Gadiyar, Anand
Felipe Balbi wrote: On Thu, Mar 25, 2010 at 01:34:25PM +0100, ext Gadiyar, Anand wrote: Felipe Balbi wrote: From: Sergei Shtylyov sshtyl...@ru.mvista.com musb_platform_exit() is called twice from musb_init_controller() iff controller initialization fails. Move the call (and the

Re: [patch-2.6.34-rc2+ 10/11] musb_core: don't call musb_platform_exit() twice

2010-03-25 Thread Felipe Balbi
On Wed, Mar 24, 2010 at 01:10:10PM +0100, ext Sergei Shtylyov wrote: Hello. Felipe Balbi wrote: From: Sergei Shtylyov sshtyl...@ru.mvista.com musb_platform_exit() is called twice from musb_init_controller() iff controller initialization fails. Move the call (and the DevCtl register writes

[patch-2.6.34-rc2+ 10/11] musb_core: don't call musb_platform_exit() twice

2010-03-25 Thread Felipe Balbi
From: Sergei Shtylyov sshtyl...@ru.mvista.com musb_platform_exit() is called twice from musb_init_controller() iff controller initialization fails. Move the call (and the DevCtl register writes surrounding it) from musb_free() to musb_remove(). Fix mispalced and now incorrect 'goto's in

RE: [patch-2.6.34-rc2+ 10/11] musb_core: don't call musb_platform_exit() twice

2010-03-25 Thread Gadiyar, Anand
Felipe Balbi wrote: From: Sergei Shtylyov sshtyl...@ru.mvista.com musb_platform_exit() is called twice from musb_init_controller() iff controller initialization fails. Move the call (and the DevCtl register writes surrounding it) from musb_free() to musb_remove(). Fix mispalced and

Re: [patch-2.6.34-rc2+ 10/11] musb_core: don't call musb_platform_exit() twice

2010-03-25 Thread Felipe Balbi
On Thu, Mar 25, 2010 at 01:34:25PM +0100, ext Gadiyar, Anand wrote: Felipe Balbi wrote: From: Sergei Shtylyov sshtyl...@ru.mvista.com musb_platform_exit() is called twice from musb_init_controller() iff controller initialization fails. Move the call (and the DevCtl register writes surrounding

[patch-2.6.34-rc2+ 10/11] musb_core: don't call musb_platform_exit() twice

2010-03-24 Thread Felipe Balbi
From: Sergei Shtylyov sshtyl...@ru.mvista.com musb_platform_exit() is called twice from musb_init_controller() iff controller initialization fails. Move the call (and the DevCtl register writes surrounding it) from musb_free() to musb_remove(). Fix misplaced and now incorrect 'goto's in

Re: [patch-2.6.34-rc2+ 10/11] musb_core: don't call musb_platform_exit() twice

2010-03-24 Thread Sergei Shtylyov
Hello. Felipe Balbi wrote: From: Sergei Shtylyov sshtyl...@ru.mvista.com musb_platform_exit() is called twice from musb_init_controller() iff controller initialization fails. Move the call (and the DevCtl register writes surrounding it) from musb_free() to musb_remove(). Fix misplaced and

Re: [patch-2.6.34-rc2+ 10/11] musb_core: don't call musb_platform_exit() twice

2010-03-24 Thread Sergei Shtylyov
Hello, I wrote: From: Sergei Shtylyov sshtyl...@ru.mvista.com musb_platform_exit() is called twice from musb_init_controller() iff controller initialization fails. Move the call (and the DevCtl register writes surrounding it) from musb_free() to musb_remove(). Fix misplaced and now