hwmon: (ntc_thermistor) Correct information printed during probe
authorNaveen Krishna Chatradhi <ch.naveen@samsung.com>
Thu, 26 Jun 2014 12:50:14 +0000 (18:20 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 30 Jun 2014 06:56:14 +0000 (23:56 -0700)
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>

No differences found