commit | 93a88ef305ae928d9b1548d6c96734ae87843d02 | [log] [tgz] |
---|---|---|
author | Naveen Krishna Chatradhi <ch.naveen@samsung.com> | Thu Jun 26 18:20:14 2014 +0530 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Jun 29 23:56:14 2014 -0700 |
tree | bd717d6d66fe4ee353a068703cc4c42ea5d7acd4 | |
parent | 4c834452aad01531db949414f94f817a86348d59 [diff] |
hwmon: (ntc_thermistor) Correct information printed during probe Currently, dev_info() at the end of the probe says "type:%s ". But, prints pdev->name. This patch uses "pdev_id->name" which prints the thermistor type. Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>