OSDN Git Service

x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk
authorMatjaz Hegedic <matjaz.hegedic@gmail.com>
Tue, 4 Apr 2017 19:32:38 +0000 (19:32 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Apr 2017 10:41:22 +0000 (12:41 +0200)
commit7eae64f9195ce67ab635ca07bde258edc00b10a6
treef530bd762da608bad34a85ed4835a7c140d02601
parentaf11789a05485a0ddc6c5d4e2b9a658ff3c2e7bf
x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk

[ Upstream commit bba8376aea1dcbbe22bbda118c52abee317c7609 ]

The reboot quirk for ASUS EeeBook X205TA contains a typo in
DMI_PRODUCT_NAME, improperly referring to X205TAW instead of
X205TA, which prevents the quirk from being triggered. The
model X205TAW already has a reboot quirk of its own.

This fix simply removes the inappropriate final letter W.

Fixes: 90b28ded88dd ("x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirk")
Signed-off-by: Matjaz Hegedic <matjaz.hegedic@gmail.com>
Link: http://lkml.kernel.org/r/1489064417-7445-1-git-send-email-matjaz.hegedic@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/reboot.c