[PATCH] Use bus_for_each_{dev,drv} for driver binding.
authormochel@digitalimplant.org <mochel@digitalimplant.org>
Thu, 24 Mar 2005 18:50:24 +0000 (10:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:17 +0000 (15:15 -0700)
commit2287c322b61fced7e0c326a1a9606aa73147e3df
tree8241c7cab4172969f38d8b55852aca2e071a494f
parentcb85b6f1cc811ecb9ed4b950206d8941ba710e68
[PATCH] Use bus_for_each_{dev,drv} for driver binding.

- Now possible, since the lists are locked using the klist lock and not the
  global rwsem.

Signed-off-by: Patrick Mochel <mochel@digitalimplant.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/dd.c