public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Fix apparent cut-n-paste mistake in Dell reboot workaround.
@ 2013-09-25  0:13 Dave Jones
  2013-09-25  7:42 ` [tip:x86/urgent] x86/reboot: " tip-bot for Dave Jones
  2013-09-27 20:16 ` H. Peter Anvin
  0 siblings, 2 replies; 11+ messages in thread
From: Dave Jones @ 2013-09-25  0:13 UTC (permalink / raw)
  To: x86; +Cc: Linux Kernel

This seems to have been copied from the Optiplex 990 entry above, but somoene
forgot to change the ident text.

Signed-off-by: Dave Jones <davej@fedoraproject.org>

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index f6835d8..ea2aaca 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -360,7 +360,7 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
 	},
 	{	/* Handle problems with rebooting on the Precision M6600. */
 		.callback = set_pci_reboot,
-		.ident = "Dell OptiPlex 990",
+		.ident = "Dell Precision M6600",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
 			DMI_MATCH(DMI_PRODUCT_NAME, "Precision M6600"),

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-09-30  4:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25  0:13 Fix apparent cut-n-paste mistake in Dell reboot workaround Dave Jones
2013-09-25  7:42 ` [tip:x86/urgent] x86/reboot: " tip-bot for Dave Jones
2013-09-27 20:16 ` H. Peter Anvin
2013-09-27 20:19   ` Dave Jones
2013-09-27 20:34     ` H. Peter Anvin
2013-09-30  2:57   ` Matthew Garrett
2013-09-30  2:58     ` H. Peter Anvin
2013-09-30  3:06       ` Matthew Garrett
2013-09-30  3:15         ` Dave Airlie
2013-09-30  4:23           ` H. Peter Anvin
2013-09-30  4:32           ` Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox