diff options
author | Len Brown <len.brown@intel.com> | 2005-11-30 21:55:02 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-11-30 21:55:02 -0500 |
commit | 3141b6708dd9ad09b6667c23393cfdc25b127771 (patch) | |
tree | 82bc2f418ab8657a4fef94f3bb90429d3dfd09a4 /drivers/acpi | |
parent | d2149b542382bfc206cb28485108f6470c979566 (diff) | |
parent | bd7ce5b5ff930c29b1c0405051e9c9388660b785 (diff) | |
download | op-kernel-dev-3141b6708dd9ad09b6667c23393cfdc25b127771.zip op-kernel-dev-3141b6708dd9ad09b6667c23393cfdc25b127771.tar.gz |
Pull 5221 into release branch
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 23e2c69..31218e1 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1110,7 +1110,7 @@ acpi_add_single_object(struct acpi_device **child, * * TBD: Assumes LDM provides driver hot-plug capability. */ - result = acpi_bus_find_driver(device); + acpi_bus_find_driver(device); end: if (!result) |