projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9096a45
)
Input: regulator-haptic - fix spelling mistake: "dveice" -> "device"
author
Colin Ian King
<
[email protected]
>
Thu, 23 Jun 2016 00:00:07 +0000
(17:00 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Thu, 23 Jun 2016 17:43:57 +0000
(10:43 -0700)
Trivial fix to spelling mistake
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/misc/regulator-haptic.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/regulator-haptic.c
b/drivers/input/misc/regulator-haptic.c
index a804705eb04a280226d42eb28c0e2e283b7be697..2e8f801932be723c91e3ff4beb643580b66fa4c6 100644
(file)
--- a/
drivers/input/misc/regulator-haptic.c
+++ b/
drivers/input/misc/regulator-haptic.c
@@
-124,7
+124,7
@@
regulator_haptic_parse_dt(struct device *dev, struct regulator_haptic *haptic)
node = dev->of_node;
if(!node) {
- dev_err(dev, "Missing d
ve
ice tree data\n");
+ dev_err(dev, "Missing d
ev
ice tree data\n");
return -EINVAL;
}