Re: [PATCH] usb: gadget: s3c-hsotg: fix kernel panic

2012-03-21 Thread Lukasz Majewski
On Wed, 21 Mar 2012 11:56:23 +0200 Felipe Balbi wrote: Hi Felipe, > > > This patch is based on Lukasz Majewski's patches: > > > [PATCH 0/9] USB: s3c-hsotg: USB S3C-HSOTG driver fixes and code > > > cleanu > > > This patch shall be placed on top of the above patch series. Unfortunately those pat

Re: [PATCH] usb: gadget: s3c-hsotg: fix kernel panic

2012-03-21 Thread Felipe Balbi
Hi, On Mon, Mar 19, 2012 at 05:52:08PM +0100, Lukasz Majewski wrote: > On Fri, 16 Mar 2012 13:35:20 + > Sangwook Lee wrote: > > > Fix kernel panic from s3c_hsotg_udc_stop. > > if udc_is_newstyle is true, s3c_hsotg_udc_stop should not > > call disconnect, unbind. > > > > As running rmmod g_ma

Re: [PATCH] usb: gadget: s3c-hsotg: fix kernel panic

2012-03-19 Thread Lukasz Majewski
On Fri, 16 Mar 2012 13:35:20 + Sangwook Lee wrote: > Fix kernel panic from s3c_hsotg_udc_stop. > if udc_is_newstyle is true, s3c_hsotg_udc_stop should not > call disconnect, unbind. > > As running rmmod g_mass_storage, kernel panic happens. > > (composite_unbind+0x14/0x164 [g_mass_storage])