aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@dell.com>2018-01-05 08:56:48 -0600
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-01-29 20:44:15 +0200
commit7dc5ff66c2c1d42ea55800548e0e28cc0d206c98 (patch)
tree349759225de29758a19272abc669a9791b33d3ae /drivers/platform
parentplatform/x86: dell-laptop: Add 2-in-1 devices to the DMI whitelist (diff)
downloadlinux-dev-7dc5ff66c2c1d42ea55800548e0e28cc0d206c98.tar.xz
linux-dev-7dc5ff66c2c1d42ea55800548e0e28cc0d206c98.zip
platform/x86: dell-smbios: Correct notation for filtering
The class/select were mistakenly put into octal notation but intended to be in decimal notation. Suggested-by: Pali Rohar <pali.rohar@gmail.com> Signed-off-by: Mario Limonciello <mario.limonciello@dell.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/dell-smbios.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/platform/x86/dell-smbios.c b/drivers/platform/x86/dell-smbios.c
index 6a60db515bda..8541cde4cb7d 100644
--- a/drivers/platform/x86/dell-smbios.c
+++ b/drivers/platform/x86/dell-smbios.c
@@ -65,10 +65,10 @@ static struct smbios_call call_whitelist[] = {
/* calls that are explicitly blacklisted */
static struct smbios_call call_blacklist[] = {
- {0x0000, 01, 07}, /* manufacturing use */
- {0x0000, 06, 05}, /* manufacturing use */
- {0x0000, 11, 03}, /* write once */
- {0x0000, 11, 07}, /* write once */
+ {0x0000, 1, 7}, /* manufacturing use */
+ {0x0000, 6, 5}, /* manufacturing use */
+ {0x0000, 11, 3}, /* write once */
+ {0x0000, 11, 7}, /* write once */
{0x0000, 11, 11}, /* write once */
{0x0000, 19, -1}, /* diagnostics */
/* handled by kernel: dell-laptop */