Re: drivers/base: device_bind_driver() fix

2007-01-24 Thread Greg KH
On Wed, Jan 24, 2007 at 05:14:41PM +0300, Vitaly Bordug wrote: > > Keeps sysfs from creating link if device is already bound to driver. > Similar behavior was before the rework; Which "rework" caused this? > now without this patch fixed PHY will complain about not been able to > create file in s

drivers/base: device_bind_driver() fix

2007-01-24 Thread Vitaly Bordug
Keeps sysfs from creating link if device is already bound to driver. Similar behavior was before the rework; now without this patch fixed PHY will complain about not been able to create file in sysfs. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/base/dd.c |8 +--- 1 file