diff options
author | Steve French <sfrench@us.ibm.com> | 2008-02-06 11:04:00 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-02-06 11:04:00 -0500 |
commit | f315ccb3e679f271583f2a4f463ad9b65665b751 (patch) | |
tree | 44eb52102587d7b0bb592464cef6ec04bcac8b90 /drivers/ide/ide-acpi.c | |
parent | ead03e30b050d6dda769e7e9b071c5fa720bf8d2 (diff) | |
parent | 551e4fb2465b87de9d4aa1669b27d624435443bb (diff) |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/ide/ide-acpi.c')
-rw-r--r-- | drivers/ide/ide-acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-acpi.c b/drivers/ide/ide-acpi.c index 25aaeae1e830..e07b189f3ec8 100644 --- a/drivers/ide/ide-acpi.c +++ b/drivers/ide/ide-acpi.c | |||
@@ -171,7 +171,7 @@ err: | |||
171 | static acpi_handle ide_acpi_hwif_get_handle(ide_hwif_t *hwif) | 171 | static acpi_handle ide_acpi_hwif_get_handle(ide_hwif_t *hwif) |
172 | { | 172 | { |
173 | struct device *dev = hwif->gendev.parent; | 173 | struct device *dev = hwif->gendev.parent; |
174 | acpi_handle dev_handle; | 174 | acpi_handle uninitialized_var(dev_handle); |
175 | acpi_integer pcidevfn; | 175 | acpi_integer pcidevfn; |
176 | acpi_handle chan_handle; | 176 | acpi_handle chan_handle; |
177 | int err; | 177 | int err; |