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-10-23 15:48:11 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-23 15:48:11 -0200
commit1975f631690caa833e4f24a1caab0926e8405129 (patch)
tree7778f1f6734fa961ce0ae8e36b52455dd8a9896b /libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
parent31d8424d989b2e2c2be1c1f6d52ddac384f22d77 (diff)
downloadabslibre-1975f631690caa833e4f24a1caab0926e8405129.tar.gz
abslibre-1975f631690caa833e4f24a1caab0926e8405129.tar.bz2
abslibre-1975f631690caa833e4f24a1caab0926e8405129.zip
linux-libre-grsec-3.17.1_gnu.201410192051-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, 0 insertions, 14 deletions
diff --git a/libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch b/libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
deleted file mode 100644
index f8723576c..000000000
--- a/libre/linux-libre-grsec/compal-laptop-hwmon-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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);
-