summaryrefslogtreecommitdiff
path: root/libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-01 02:08:26 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-01 02:08:26 -0300
commitea6e2ccef98b332dc79ba3be8f282491079ca698 (patch)
tree8c7bc5339ef4f97afa923fdfbc82a8d3488cdaf4 /libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
parent60afae564421fb30efd5065d7c8ca7653cd86b54 (diff)
downloadabslibre-ea6e2ccef98b332dc79ba3be8f282491079ca698.tar.gz
abslibre-ea6e2ccef98b332dc79ba3be8f282491079ca698.tar.bz2
abslibre-ea6e2ccef98b332dc79ba3be8f282491079ca698.zip
linux-libre-grsec-3.16.1_gnu.201408312007-1: updating version
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);
+