diff options
author | Jeff Garzik <jeff@garzik.org> | 2008-01-10 23:59:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-01-11 14:42:07 -0500 |
commit | 7c48c56e9b5a51263269dd419cc32531db141340 (patch) | |
tree | a19eb52d46d71f4853782f7919fde93e1b5e9680 /drivers | |
parent | 88fb61e4ba263685a0d5b82c7e9cd6f22a9e6a9d (diff) |
IDE: terminate ACPI DMI list
Fix oops reported by Trond.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ide/ide-acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/ide-acpi.c b/drivers/ide/ide-acpi.c index fe6768a7d658..899d56536e80 100644 --- a/drivers/ide/ide-acpi.c +++ b/drivers/ide/ide-acpi.c | |||
@@ -85,6 +85,8 @@ static const struct dmi_system_id ide_acpi_dmi_table[] = { | |||
85 | DMI_MATCH(DMI_BIOS_VERSION, "KAM1.60") | 85 | DMI_MATCH(DMI_BIOS_VERSION, "KAM1.60") |
86 | }, | 86 | }, |
87 | }, | 87 | }, |
88 | |||
89 | { } /* terminate list */ | ||
88 | }; | 90 | }; |
89 | 91 | ||
90 | static int ide_acpi_blacklist(void) | 92 | static int ide_acpi_blacklist(void) |