Skip to content

Commit

Permalink
hwmon: (sch5636) trivial fix of spelling mistake on revision
Browse files Browse the repository at this point in the history
fix spelling mistake, revison -> revision

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  • Loading branch information
Colin Ian King authored and Guenter Roeck committed Apr 25, 2016
1 parent 71a9c23 commit d6a442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/sch5636.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static int sch5636_probe(struct platform_device *pdev)
}
revision[i] = val;
}
pr_info("Found %s chip at %#hx, revison: %d.%02d\n", DEVNAME,
pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME,
data->addr, revision[0], revision[1]);

/* Read all temp + fan ctrl registers to determine which are active */
Expand Down

0 comments on commit d6a442d

Please sign in to comment.