]> git.baikalelectronics.ru Git - kernel.git/commit
x86/reboot: Remove the duplicate C6100 entry in the reboot quirks list
authorMasoud Sharbiani <msharbiani@twitter.com>
Thu, 26 Sep 2013 17:30:43 +0000 (10:30 -0700)
committerIngo Molnar <mingo@kernel.org>
Thu, 26 Sep 2013 18:52:37 +0000 (20:52 +0200)
commit3693a02c6a7a59cd23ebdd5ae70fbaeea61ab8c4
tree217a57a246469aace2e2865058dd478e689c603a
parent6031d7e113aceff2d9b4ec413fa1c90d85f1abbd
x86/reboot: Remove the duplicate C6100 entry in the reboot quirks list

Two entries for the same system type were added, with two different vendor
names: 'Dell' and 'Dell, Inc.'.

Since a prefix match is being used by the DMI parsing code, we can eliminate
the latter as redundant.

Reported-by: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Masoud Sharbiani <msharbiani@twitter.com>
Cc: holt@sgi.com
Link: http://lkml.kernel.org/r/1380216643-4683-1-git-send-email-masoud.sharbiani@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/reboot.c