Re: [PATCH 1/2] [media] rc-main: Fix device de-registration logic

2011-07-29 Thread Jarod Wilson
On Jul 29, 2011, at 1:53 AM, Mauro Carvalho Chehab wrote: rc unregister logic were deadly broken, preventing some drivers to be removed. Among the broken things, rc_dev_uevent() is being called during device_del(), causing a data filling on an area that it is not ready anymore. Also, some

Re: [PATCH 1/2] [media] rc-main: Fix device de-registration logic

2011-07-29 Thread Jarod Wilson
On Jul 29, 2011, at 1:30 PM, Jarod Wilson wrote: On Jul 29, 2011, at 1:53 AM, Mauro Carvalho Chehab wrote: rc unregister logic were deadly broken, preventing some drivers to be removed. Among the broken things, rc_dev_uevent() is being called during device_del(), causing a data filling on

Re: [PATCH 1/2] [media] rc-main: Fix device de-registration logic

2011-07-29 Thread Mauro Carvalho Chehab
Em 29-07-2011 14:30, Jarod Wilson escreveu: On Jul 29, 2011, at 1:53 AM, Mauro Carvalho Chehab wrote: rc unregister logic were deadly broken, preventing some drivers to be removed. Among the broken things, rc_dev_uevent() is being called during device_del(), causing a data filling on an area

Re: [PATCH 1/2] [media] rc-main: Fix device de-registration logic

2011-07-29 Thread Jarod Wilson
On Jul 29, 2011, at 5:25 PM, Mauro Carvalho Chehab wrote: Em 29-07-2011 14:30, Jarod Wilson escreveu: On Jul 29, 2011, at 1:53 AM, Mauro Carvalho Chehab wrote: rc unregister logic were deadly broken, preventing some drivers to be removed. Among the broken things, rc_dev_uevent() is being