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 11:42:07 -0800 |
commit | 7c48c56e9b5a51263269dd419cc32531db141340 (patch) | |
tree | a19eb52d46d71f4853782f7919fde93e1b5e9680 /drivers/ide/ide-acpi.c | |
parent | 88fb61e4ba263685a0d5b82c7e9cd6f22a9e6a9d (diff) | |
download | blackbird-obmc-linux-7c48c56e9b5a51263269dd419cc32531db141340.tar.gz blackbird-obmc-linux-7c48c56e9b5a51263269dd419cc32531db141340.zip |
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/ide/ide-acpi.c')
-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[] = { DMI_MATCH(DMI_BIOS_VERSION, "KAM1.60") }, }, + + { } /* terminate list */ }; static int ide_acpi_blacklist(void) |