]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Driver core: Revert "Fix Firmware class name collision"
authorMichael E Brown <Michael_E_Brown@dell.com>
Tue, 29 Jan 2008 21:35:01 +0000 (15:35 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 7 Feb 2008 19:31:46 +0000 (11:31 -0800)
commit7d640c4a5b36c4733460065db1554da924044511
tree6ab503d57bec89f011b7f034648afbffd4918b9a
parentf4a00a2c06bc7802f52969cbdd19f4c680a7cd20
Driver core: Revert "Fix Firmware class name collision"

This reverts commit 109f0e93b6b728f03c1eb4af02bc25d71b646c59.

The original patch breaks BIOS updates on all Dell machines. The path to
the firmware file for the dell_rbu driver changes, which breaks all of
the userspace tools which rely on it.

Note that this patch re-introduces a problem with i2c name collision
that was previously fixed by this patch.

Signed-off-by: Michael E Brown <michael_e_brown@dell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/firmware_class.c