mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table
[ 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>
This commit is contained in:
parent
e5d7ffdeec
commit
733d1915bf
@ -88,7 +88,7 @@ static const struct of_device_id tmp421_of_match[] = {
|
||||
.data = (void *)2
|
||||
},
|
||||
{
|
||||
.compatible = "ti,tmp422",
|
||||
.compatible = "ti,tmp442",
|
||||
.data = (void *)3
|
||||
},
|
||||
{ },
|
||||
|
Loading…
x
Reference in New Issue
Block a user