summaryrefslogtreecommitdiff
path: root/patches/devcoredump.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-09-27 21:36:58 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-10-09 23:03:23 +0200
commited333684709658e6a5a0dd6f321eb0c9dccd826f (patch)
treedafeb8e32982327ddd7eb3fe016683a7806670ad /patches/devcoredump.patch
parent4ec72687181df4b786152747c008a688c9b9b9de (diff)
backports: patches: Refresh against kernel 5.4-rc2
Manual modifications where needed to make the following patch apply: patches/0013-fix-makefile-includes/rtw88.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'patches/devcoredump.patch')
-rw-r--r--patches/devcoredump.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/devcoredump.patch b/patches/devcoredump.patch
index 31ac0b7e..d28ca4af 100644
--- a/patches/devcoredump.patch
+++ b/patches/devcoredump.patch
@@ -65,7 +65,7 @@
.class_groups = devcd_class_groups,
};
-@@ -301,6 +312,11 @@ void dev_coredumpm(struct device *dev, s
+@@ -292,6 +303,11 @@ void dev_coredumpm(struct device *dev, s
if (device_add(&devcd->devcd_dev))
goto put_device;
@@ -77,7 +77,7 @@
if (sysfs_create_link(&devcd->devcd_dev.kobj, &dev->kobj,
"failing_device"))
/* nothing - symlink will be missing */;
-@@ -343,15 +359,13 @@ void dev_coredumpsg(struct device *dev,
+@@ -334,15 +350,13 @@ void dev_coredumpsg(struct device *dev,
}
EXPORT_SYMBOL_GPL(dev_coredumpsg);