forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/drivers/ide/ide-acpi.c
....@@ -180,7 +180,7 @@
180180 static acpi_handle ide_acpi_hwif_get_handle(ide_hwif_t *hwif)
181181 {
182182 struct device *dev = hwif->gendev.parent;
183
- acpi_handle uninitialized_var(dev_handle);
183
+ acpi_handle dev_handle;
184184 u64 pcidevfn;
185185 acpi_handle chan_handle;
186186 int err;