summaryrefslogtreecommitdiff
path: root/libre/linux-libre/compal-laptop-hwmon-fix.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-23 17:46:51 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-23 17:46:51 -0200
commit653124cdda8e741e9808c0519be38fa297b1ffbe (patch)
tree097e49a57d54e62db7e15ce6cddc50d8831cc607 /libre/linux-libre/compal-laptop-hwmon-fix.patch
parentf105063feb44f95112c3a341eded6e782260ea80 (diff)
parenteaac0d9a7627f835a4e94914d56f40d2a2fd5ce4 (diff)
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre
Diffstat (limited to 'libre/linux-libre/compal-laptop-hwmon-fix.patch')
-rw-r--r--libre/linux-libre/compal-laptop-hwmon-fix.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/linux-libre/compal-laptop-hwmon-fix.patch b/libre/linux-libre/compal-laptop-hwmon-fix.patch
deleted file mode 100644
index f8723576c..000000000
--- a/libre/linux-libre/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);
-