commit | 518e6540831c69422faecceee8f964bd439ac9d0 | [log] [tgz] |
---|---|---|
author | Greg KH <gregkh@suse.de> | Wed Aug 17 17:33:11 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Aug 17 22:02:25 2005 -0700 |
tree | 0b31e27c6007adac51c8e6e3a832badc1d8e2a1a | |
parent | 099d44e869f1886b5eb02a5145ca97b5e4142e28 [diff] |
[PATCH] Fix manual binding infinite loop Fix for manual binding of drivers to devices. Problem is if you pass in a valid device id, but the driver refuses to bind. Infinite loop as write() tries to resubmit the data it just sent. Thanks to Michal Ostrowski <mostrows@watson.ibm.com> for pointing the problem out. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>