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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
	},
	{ },