commit | 2f66858a0ae48faf4c8dc19042f3aff52208dc57 | [log] [tgz] |
---|---|---|
author | Cornelia Huck <cornelia.huck@de.ibm.com> | Tue Apr 17 13:01:38 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 27 10:57:31 2007 -0700 |
tree | 56dfa6a8b83786cc40419f58431faa3439422f06 | |
parent | 87aebe078e450795d336d20304d01095251ff9fa [diff] |
qeth: Remove usage of subsys.rwsem the current driver tree contains the removal of subsys.rwsem. Unfortunately, this breaks qeth. However, it should be no problem to fix the walking of the devices for /proc/qeth: No need to take subsys.rwsem during walking the devices, driver_find_devices() should already suffice. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>