git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c83445
)
hwmon: (ntc_thermistor) Correct information printed during probe
author
Naveen Krishna Chatradhi
<ch.naveen@samsung.com>
Thu, 26 Jun 2014 12:50:14 +0000
(18:20 +0530)
committer
Guenter 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