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) |
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 23e2c6968a11..31218e1d2a18 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -1110,7 +1110,7 @@ acpi_add_single_object(struct acpi_device **child, | |||
1110 | * | 1110 | * |
1111 | * TBD: Assumes LDM provides driver hot-plug capability. | 1111 | * TBD: Assumes LDM provides driver hot-plug capability. |
1112 | */ | 1112 | */ |
1113 | result = acpi_bus_find_driver(device); | 1113 | acpi_bus_find_driver(device); |
1114 | 1114 | ||
1115 | end: | 1115 | end: |
1116 | if (!result) | 1116 | if (!result) |