mtd: maps/physmap: fix oops in suspend/resume/shutdown ops
[cascardo/linux.git] / drivers / ide / ide-acpi.c
index 25aaeae..e07b189 100644 (file)
@@ -171,7 +171,7 @@ err:
 static acpi_handle ide_acpi_hwif_get_handle(ide_hwif_t *hwif)
 {
        struct device           *dev = hwif->gendev.parent;
-       acpi_handle             dev_handle;
+       acpi_handle             uninitialized_var(dev_handle);
        acpi_integer            pcidevfn;
        acpi_handle             chan_handle;
        int                     err;