compal-laptop: correct invalid hwmon name
authorRoald Frederickx <roald.frederickx@gmail.com>
Wed, 13 Aug 2014 20:40:14 +0000 (13:40 -0700)
committerMatthew Garrett <matthew.garrett@nebula.com>
Sat, 16 Aug 2014 08:23:55 +0000 (01:23 -0700)
commit9a5ee65572e88ddfc179fa81e1daed55d5772711
treed279fa31f1262722aec4acbe7152d230d3014ded
parente6efad7f292d99190b66d32f1ddcc764db0fa6f4
compal-laptop: correct invalid hwmon name

Change the name of the hwmon interface from "compal-laptop" to "compal".
A dash is an invalid character for a hwmon name and caused the call to
hwmon_device_register_with_groups() to fail.

Signed-off-by: Roald Frederickx <roald.frederickx@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/compal-laptop.c