ralink: remove stray "+" from ethernet driver
authorJohn Crispin <john@openwrt.org>
Sat, 12 Dec 2015 06:42:17 +0000 (06:42 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 12 Dec 2015 06:42:17 +0000 (06:42 +0000)
this is what you get if you manually apply patches with c&p

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47877

target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3052.c

index e564dd81e5243a8de40f1174f62fe0a4a0d81cec..b14422c9174d838e2872a721cdf096bec3bbdb5e 100644 (file)
@@ -1042,7 +1042,7 @@ esw_get_port_tr_badgood(struct switch_dev *dev,
        int shift = attr->id == RT5350_ESW_ATTR_PORT_TR_GOOD ? 0 : 16;
        u32 reg;
 
-+      if ((ralink_soc != RT305X_SOC_RT5350) && (ralink_soc != MT762X_SOC_MT7628AN) && (ralink_soc != MT762X_SOC_MT7688))
+       if ((ralink_soc != RT305X_SOC_RT5350) && (ralink_soc != MT762X_SOC_MT7628AN) && (ralink_soc != MT762X_SOC_MT7688))
                return -EINVAL;
 
        if (idx < 0 || idx >= RT305X_ESW_NUM_LANWAN)