Re: [PATCH] devres: release resources on device_del()

2007-03-09 Thread Jeff Garzik
Tejun Heo wrote: Some platform devices are driven without driver attached, so managed resources can be acquired without driver attached. Make sure such resources are released by calling devres_release_all() in device_del(). Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- This one fixes oops on

Re: [PATCH] devres: release resources on device_del()

2007-03-09 Thread Tejun Heo
Tejun Heo wrote: > Some platform devices are driven without driver attached, so managed > resources can be acquired without driver attached. Make sure such > resources are released by calling devres_release_all() in > device_del(). > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> > --- > This one

[PATCH] devres: release resources on device_del()

2007-03-09 Thread Tejun Heo
Some platform devices are driven without driver attached, so managed resources can be acquired without driver attached. Make sure such resources are released by calling devres_release_all() in device_del(). Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- This one fixes oops on pata_platform and