Skip to content

Commit

Permalink
hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attr…
Browse files Browse the repository at this point in the history
…ibute in OF device ID table

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>
  • Loading branch information
Cheng-Min Ao authored and Guenter Roeck committed Jan 17, 2019
1 parent b0407d8 commit f422449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/tmp421.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{ },
Expand Down

0 comments on commit f422449

Please sign in to comment.