X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.3%2Fa02-swconfig-revert-portid-snd_portid-usage.patch;h=5fca538bea89bae7d69410b719243ed30fe8110d;hp=e465f90e7ea5f6ac1fe8f10c6b378c805962ad2e;hb=249fcbf24ca765a045c1d3e8e473fa7b98119340;hpb=46f41f4e05972b492338eefd851af1d20ee24130 diff --git a/target/linux/generic/patches-3.3/a02-swconfig-revert-portid-snd_portid-usage.patch b/target/linux/generic/patches-3.3/a02-swconfig-revert-portid-snd_portid-usage.patch index e465f90e7e..5fca538bea 100644 --- a/target/linux/generic/patches-3.3/a02-swconfig-revert-portid-snd_portid-usage.patch +++ b/target/linux/generic/patches-3.3/a02-swconfig-revert-portid-snd_portid-usage.patch @@ -1,7 +1,7 @@ reverted: --- a/drivers/net/phy/swconfig.c +++ b/drivers/net/phy/swconfig.c -@@ -376,7 +376,7 @@ swconfig_dump_attr(struct swconfig_callb +@@ -377,7 +377,7 @@ swconfig_dump_attr(struct swconfig_callb int id = cb->args[0]; void *hdr; @@ -10,7 +10,7 @@ reverted: NLM_F_MULTI, SWITCH_CMD_NEW_ATTR); if (IS_ERR(hdr)) return -1; -@@ -798,7 +798,7 @@ swconfig_get_attr(struct sk_buff *skb, s +@@ -799,7 +799,7 @@ swconfig_get_attr(struct sk_buff *skb, s if (!msg) goto error; @@ -19,7 +19,7 @@ reverted: 0, cmd); if (IS_ERR(hdr)) goto nla_put_failure; -@@ -883,7 +883,7 @@ static int swconfig_dump_switches(struct +@@ -902,7 +902,7 @@ static int swconfig_dump_switches(struct list_for_each_entry(dev, &swdevs, dev_list) { if (++idx <= start) continue;