commit | d65da6eae10cc77f93ead0188cde0b45f124d912 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Aug 17 17:33:11 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Sep 05 16:03:09 2005 -0700 |
tree | 2494fac5df0711f16cd4d49cc25133ea9d99b5e7 | |
parent | 67d2c36e901403bb97cb79ddb44d702c3284d0ba [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>