aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.35/651-swconfig-2.6.32-fix.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-06-07 05:56:49 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-06-07 05:56:49 +0000
commit4503e77b0d53f912cbf9b32a14df71f61a9b1609 (patch)
tree14fd49a64056b8b9c39a14b92e06242d7801bc45 /target/linux/generic-2.6/patches-2.6.35/651-swconfig-2.6.32-fix.patch
parenta2225b8b293cd71d420b96d46c88ad612f3637be (diff)
downloadupstream-4503e77b0d53f912cbf9b32a14df71f61a9b1609.tar.gz
upstream-4503e77b0d53f912cbf9b32a14df71f61a9b1609.tar.bz2
upstream-4503e77b0d53f912cbf9b32a14df71f61a9b1609.zip
generic-2.6: add kernel 2.6.35 preliminary support (patches)
SVN-Revision: 21696
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.35/651-swconfig-2.6.32-fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.35/651-swconfig-2.6.32-fix.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.35/651-swconfig-2.6.32-fix.patch b/target/linux/generic-2.6/patches-2.6.35/651-swconfig-2.6.32-fix.patch
new file mode 100644
index 0000000000..b86e259c8d
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.35/651-swconfig-2.6.32-fix.patch
@@ -0,0 +1,29 @@
+--- a/drivers/net/phy/swconfig.c
++++ b/drivers/net/phy/swconfig.c
+@@ -335,7 +335,7 @@ swconfig_send_multipart(struct swconfig_
+ if (cb->close(cb, arg) < 0)
+ goto error;
+ }
+- err = genlmsg_unicast(cb->msg, info->snd_pid);
++ err = genlmsg_reply(cb->msg, info);
+ cb->msg = NULL;
+ if (err < 0)
+ goto error;
+@@ -419,7 +419,7 @@ swconfig_list_attrs(struct sk_buff *skb,
+ if (!cb.msg)
+ return 0;
+
+- return genlmsg_unicast(cb.msg, info->snd_pid);
++ return genlmsg_reply(cb.msg, info);
+
+ error:
+ if (cb.msg)
+@@ -732,7 +732,7 @@ swconfig_get_attr(struct sk_buff *skb, s
+ goto nla_put_failure;
+
+ swconfig_put_dev(dev);
+- return genlmsg_unicast(msg, info->snd_pid);
++ return genlmsg_reply(msg, info);
+
+ nla_put_failure:
+ if (msg)