diff options
-rw-r--r-- | drivers/platform/x86/samsung-q10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/samsung-q10.c b/drivers/platform/x86/samsung-q10.c index 54cf3d63fe8d..1e54ae74274c 100644 --- a/drivers/platform/x86/samsung-q10.c +++ b/drivers/platform/x86/samsung-q10.c | |||
@@ -127,7 +127,7 @@ static struct platform_device *samsungq10_device; | |||
127 | static int __init dmi_check_callback(const struct dmi_system_id *id) | 127 | static int __init dmi_check_callback(const struct dmi_system_id *id) |
128 | { | 128 | { |
129 | printk(KERN_INFO KBUILD_MODNAME ": found model '%s'\n", id->ident); | 129 | printk(KERN_INFO KBUILD_MODNAME ": found model '%s'\n", id->ident); |
130 | return 0; | 130 | return 1; |
131 | } | 131 | } |
132 | 132 | ||
133 | static struct dmi_system_id __initdata samsungq10_dmi_table[] = { | 133 | static struct dmi_system_id __initdata samsungq10_dmi_table[] = { |