[PATCH 04/18] ide-acpi: add missing drive->acpidata zeroing
Bartlomiej Zolnierkiewicz
bzolnier at gmail.com
Fri Feb 8 11:44:48 EST 2008
There should be no functionality changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier at gmail.com>
---
drivers/ide/ide-acpi.c | 2 ++
1 file changed, 2 insertions(+)
Index: b/drivers/ide/ide-acpi.c
===================================================================
--- a/drivers/ide/ide-acpi.c
+++ b/drivers/ide/ide-acpi.c
@@ -710,6 +710,8 @@ void ide_acpi_port_init_devices(ide_hwif
for (i = 0; i < MAX_DRIVES; i++) {
drive = &hwif->drives[i];
+ memset(drive->acpidata, 0, sizeof(*drive->acpidata));
+
if (!drive->present)
continue;
More information about the Linuxppc-dev
mailing list