projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d7b0a
)
hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF...
author
Cheng-Min Ao
<tony_ao@wiwynn.com>
Mon, 7 Jan 2019 06:29:32 +0000
(14:29 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 27 Feb 2019 09:08:57 +0000
(10:08 +0100)
[ Upstream commit
f422449b58548a41e98fc97b259a283718e527db
]
Correct a typo in OF device ID table
The last one should be 'ti,tmp442'
Signed-off-by: Cheng-Min Ao <tony_ao@wiwynn.com>
Signed-off-by: Yu-Hsiang Chen <matt_chen@wiwynn.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/tmp421.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/tmp421.c
b/drivers/hwmon/tmp421.c
index
e363992
..
ceb3db6
100644
(file)
--- a/
drivers/hwmon/tmp421.c
+++ b/
drivers/hwmon/tmp421.c
@@
-88,7
+88,7
@@
static const struct of_device_id tmp421_of_match[] = {
.data = (void *)2
},
{
- .compatible = "ti,tmp4
2
2",
+ .compatible = "ti,tmp4
4
2",
.data = (void *)3
},
{ },