Skip to content
Snippets Groups Projects
Commit f422449b authored by Cheng-Min Ao's avatar Cheng-Min Ao Committed by Guenter Roeck
Browse files

hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table


Correct a typo in OF device ID table
The last one should be 'ti,tmp442'

Signed-off-by: default avatarCheng-Min Ao <tony_ao@wiwynn.com>
Signed-off-by: default avatarYu-Hsiang Chen <matt_chen@wiwynn.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent b0407d82
No related branches found
No related tags found
No related merge requests found
......@@ -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
},
{ },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment