Skip to content

Commit

Permalink
IDE: terminate ACPI DMI list
Browse files Browse the repository at this point in the history
Fix oops reported by Trond.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Jan 11, 2008
1 parent 88fb61e commit 7c48c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/ide/ide-acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7c48c56

Please sign in to comment.