On 1/6/19 10:29 PM, Cheng-Min Ao wrote:
From: Cheng-Min Ao <tony_ao@xxxxxxxxxx> Correct a typo in OF device ID table The last one should be 'ti,tmp442' Signed-off-by: Cheng-Min Ao <tony_ao@xxxxxxxxxx> Signed-off-by: Yu-Hsiang Chen <matt_chen@xxxxxxxxxx>
Applied. In the future, please don't forget to copy linux-hwmon@xxxxxxxxxxxxxxx. Thanks, Guenter
--- drivers/hwmon/tmp421.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/tmp421.c b/drivers/hwmon/tmp421.c index 8844c95..7053be5 100644 --- a/drivers/hwmon/tmp421.c +++ b/drivers/hwmon/tmp421.c @@ -88,7 +88,7 @@ .data = (void *)2 }, { - .compatible = "ti,tmp422", + .compatible = "ti,tmp442", .data = (void *)3 }, { },