[arch-commits] Commit in linux/trunk (compal-laptop-hwmon-fix.patch)
Tobias Powalowski
tpowa at archlinux.org
Wed Aug 13 18:03:55 UTC 2014
Date: Wednesday, August 13, 2014 @ 20:03:54
Author: tpowa
Revision: 219674
add missing patch
Added:
linux/trunk/compal-laptop-hwmon-fix.patch
-------------------------------+
compal-laptop-hwmon-fix.patch | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Added: compal-laptop-hwmon-fix.patch
===================================================================
--- compal-laptop-hwmon-fix.patch (rev 0)
+++ compal-laptop-hwmon-fix.patch 2014-08-13 18:03:54 UTC (rev 219674)
@@ -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);
+
More information about the arch-commits
mailing list