aboutsummaryrefslogtreecommitdiffstats
path: root/d1.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-08 22:48:17 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-08 22:48:17 -0700
commite3969ac8cec3b143aa777a5d3f531c6e660da5b9 (patch)
tree76e2d21cca3b3a08f70fbe89ae16d1f4621c55c9 /d1.patch
parent587ab858102ac95c961d6118a62078dc25b1ee3a (diff)
downloadpatches-e3969ac8cec3b143aa777a5d3f531c6e660da5b9.tar.gz
driver core patches added
Diffstat (limited to 'd1.patch')
-rw-r--r--d1.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/d1.patch b/d1.patch
index 9073f2105da82a..8855ad8f4afaba 100644
--- a/d1.patch
+++ b/d1.patch
@@ -49,7 +49,7 @@ Subject: meta-patch of all of the dev_attr conversions
}
if (type) {
-@@ -560,9 +563,12 @@ static int device_add_attrs(struct devic
+@@ -566,9 +569,12 @@ static int device_add_attrs(struct devic
err_remove_class_bin_attrs:
if (class)
device_remove_bin_attributes(dev, class->dev_bin_attrs);
@@ -64,7 +64,7 @@ Subject: meta-patch of all of the dev_attr conversions
return error;
}
-@@ -579,7 +585,8 @@ static void device_remove_attrs(struct d
+@@ -586,7 +592,8 @@ static void device_remove_attrs(struct d
device_remove_groups(dev, type->groups);
if (class) {