diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-04-24 17:55:47 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-04-25 10:26:29 -0400 |
commit | d6a442df63b2f0043c0b4fc05504ac4ded96ae80 (patch) | |
tree | 3dd4372b24bc1542adae226b110667b0d10985c7 | |
parent | 71a9c23246fe68954f87787a4e6c1aa22565c326 (diff) |
hwmon: (sch5636) trivial fix of spelling mistake on revision
fix spelling mistake, revison -> revision
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | drivers/hwmon/sch5636.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sch5636.c b/drivers/hwmon/sch5636.c index 131a2815dbda..d24d7b6047f2 100644 --- a/drivers/hwmon/sch5636.c +++ b/drivers/hwmon/sch5636.c | |||
@@ -449,7 +449,7 @@ static int sch5636_probe(struct platform_device *pdev) | |||
449 | } | 449 | } |
450 | revision[i] = val; | 450 | revision[i] = val; |
451 | } | 451 | } |
452 | pr_info("Found %s chip at %#hx, revison: %d.%02d\n", DEVNAME, | 452 | pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, |
453 | data->addr, revision[0], revision[1]); | 453 | data->addr, revision[0], revision[1]); |
454 | 454 | ||
455 | /* Read all temp + fan ctrl registers to determine which are active */ | 455 | /* Read all temp + fan ctrl registers to determine which are active */ |