summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorCheng-Min Ao2019-01-07 07:29:32 +0100
committerGreg Kroah-Hartman2019-02-27 10:08:57 +0100
commitddb8d7c9d46041954256eec953d07b15023b5be2 (patch)
treec48fababae27ad8339f9f3dd2b316916e657483c /drivers/hwmon
parentatm: he: fix sign-extension overflow on large shift (diff)
downloadkernel-qcow2-linux-ddb8d7c9d46041954256eec953d07b15023b5be2.tar.gz
kernel-qcow2-linux-ddb8d7c9d46041954256eec953d07b15023b5be2.tar.xz
kernel-qcow2-linux-ddb8d7c9d46041954256eec953d07b15023b5be2.zip
hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table
[ Upstream commit f422449b58548a41e98fc97b259a283718e527db ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/tmp421.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/tmp421.c b/drivers/hwmon/tmp421.c
index e36399213324..ceb3db6f3fdd 100644
--- a/drivers/hwmon/tmp421.c
+++ b/drivers/hwmon/tmp421.c
@@ -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
},
{ },