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)
commitb5eafc6f07c95e9f3dd047e72737449cb03c9956
tree217a57a246469aace2e2865058dd478e689c603a
parent474a83b76f6bde8a5f8f8e39d90181ca85d39f46
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