* [PATCH] IDE: terminate ACPI DMI list
@ 2008-01-11 4:59 Jeff Garzik
2008-01-11 11:26 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Garzik @ 2008-01-11 4:59 UTC (permalink / raw)
To: bzolnier, linux-ide; +Cc: Andrew Morton, Linus Torvalds
Fix oops reported by Trond.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
---
drivers/ide/ide-acpi.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/ide/ide-acpi.c b/drivers/ide/ide-acpi.c
index fe6768a..899d565 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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] IDE: terminate ACPI DMI list
2008-01-11 4:59 [PATCH] IDE: terminate ACPI DMI list Jeff Garzik
@ 2008-01-11 11:26 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-01-11 11:26 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide, Andrew Morton, Linus Torvalds
On Friday 11 January 2008, Jeff Garzik wrote:
> Fix oops reported by Trond.
>
> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Linus, could you apply it?
> ---
> drivers/ide/ide-acpi.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/ide/ide-acpi.c b/drivers/ide/ide-acpi.c
> index fe6768a..899d565 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-11 11:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-11 4:59 [PATCH] IDE: terminate ACPI DMI list Jeff Garzik
2008-01-11 11:26 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).