Skip to content

Commit f422449

Browse files
WiwTonygroeck
authored andcommitted
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: 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>
1 parent b0407d8 commit f422449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/tmp421.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static const struct of_device_id tmp421_of_match[] = {
8888
.data = (void *)2
8989
},
9090
{
91-
.compatible = "ti,tmp422",
91+
.compatible = "ti,tmp442",
9292
.data = (void *)3
9393
},
9494
{ },

0 commit comments

Comments
 (0)