summaryrefslogtreecommitdiff
path: root/libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-01 06:01:53 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-01 06:01:53 -0300
commitc8d7ab30457e210c6f8de86608dd2e8e9707e556 (patch)
tree9c4fb107f47012920d09743a6c2517453a81c9af /libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
parent9d87540a9f774ae8a808d1a3bb6d9b112277accd (diff)
parent9818f3a9bf47401abeff1e4045da59bad21887e5 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch')
-rw-r--r--libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch b/libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
new file mode 100644
index 000000000..f8723576c
--- /dev/null
+++ b/libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
@@ -0,0 +1,14 @@
+diff --git a/drivers/platform/x86/compal-laptop.c b/drivers/platform/x86/compal-laptop.c
+index 7297df2..26bfd7b 100644
+--- a/drivers/platform/x86/compal-laptop.c
++++ b/drivers/platform/x86/compal-laptop.c
+@@ -1028,7 +1028,7 @@ static int compal_probe(struct platform_device *pdev)
+ return err;
+
+ hwmon_dev = hwmon_device_register_with_groups(&pdev->dev,
+- DRIVER_NAME, data,
++ "compal", data,
+ compal_hwmon_groups);
+ if (IS_ERR(hwmon_dev)) {
+ err = PTR_ERR(hwmon_dev);
+