projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d58bec
)
hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 24 Jun 2016 17:31:32 +0000
(18:31 +0100)
committer
Guenter Roeck
<linux@roeck-us.net>
Tue, 28 Jun 2016 01:58:03 +0000
(18:58 -0700)
trivial fix to spelling mistake in dev_dbg message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/emc6w201.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/emc6w201.c
b/drivers/hwmon/emc6w201.c
index ada90716448d196f13cdb75251522f5877d08d99..f37fe2011640c44f2fb4a285da5196b8e79b9be8 100644
(file)
--- a/
drivers/hwmon/emc6w201.c
+++ b/
drivers/hwmon/emc6w201.c
@@
-464,7
+464,7
@@
static int emc6w201_detect(struct i2c_client *client,
if (verstep < 0 || (verstep & 0xF0) != 0xB0)
return -ENODEV;
if ((verstep & 0x0F) > 2) {
- dev_dbg(&client->dev, "Unkn
w
own EMC6W201 stepping %d\n",
+ dev_dbg(&client->dev, "Unknown EMC6W201 stepping %d\n",
verstep & 0x0F);
return -ENODEV;
}