summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/swconfig.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-09 14:39:01 +0000
committerJohn Crispin <john@openwrt.org>2013-04-09 14:39:01 +0000
commitfb47fd0d6b5b03eae3ad204265a398d32b422de0 (patch)
tree9fb69e26bce9726007ed3c4ffb93a79d76b429b3 /target/linux/generic/files/drivers/net/phy/swconfig.c
parent7ca7bc501e15282d4fac3719052731113afcece1 (diff)
downloadmaster-31e0f0ae-fb47fd0d6b5b03eae3ad204265a398d32b422de0.tar.gz
master-31e0f0ae-fb47fd0d6b5b03eae3ad204265a398d32b422de0.tar.bz2
master-31e0f0ae-fb47fd0d6b5b03eae3ad204265a398d32b422de0.zip
unbreak portmapping - typo fix
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36293
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy/swconfig.c')
-rw-r--r--target/linux/generic/files/drivers/net/phy/swconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/swconfig.c b/target/linux/generic/files/drivers/net/phy/swconfig.c
index 5e95ab3d94..4e6d7136f0 100644
--- a/target/linux/generic/files/drivers/net/phy/swconfig.c
+++ b/target/linux/generic/files/drivers/net/phy/swconfig.c
@@ -987,7 +987,7 @@ of_switch_load_portmap(struct switch_dev *dev)
const char *segment;
int size, phys;
- if (of_device_is_compatible(port, "swconfig,port"))
+ if (!of_device_is_compatible(port, "swconfig,port"))
continue;
if (of_property_read_string(port, "swconfig,segment", &segment))