Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information