adding
This commit is contained in:
parent
032536c457
commit
d9f5320943
7 changed files with 14284 additions and 0 deletions
14
linux-stable316/compal-laptop-hwmon-fix.patch
Normal file
14
linux-stable316/compal-laptop-hwmon-fix.patch
Normal file
|
|
@ -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);
|
||||
|
||||
Reference in a new issue