summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-xen/compal-laptop-hwmon-fix.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-23 17:13:51 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-23 17:13:51 -0200
commitdfc4b82ea583cfa4bf1de82a2c4e3b0fa07eeed9 (patch)
tree0721e728e05f8e0f6814247af9b93a8653e5fa24 /kernels/linux-libre-xen/compal-laptop-hwmon-fix.patch
parente0eed4872ab6f76459acd505c9584b094b4ccd3b (diff)
linux-libre-{pae,xen}-3.17.1_gnu-1: updating version
Diffstat (limited to 'kernels/linux-libre-xen/compal-laptop-hwmon-fix.patch')
-rw-r--r--kernels/linux-libre-xen/compal-laptop-hwmon-fix.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernels/linux-libre-xen/compal-laptop-hwmon-fix.patch b/kernels/linux-libre-xen/compal-laptop-hwmon-fix.patch
deleted file mode 100644
index f8723576c..000000000
--- a/kernels/linux-libre-xen/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);
-