Author: blogic Date: 2015-12-12 07:42:17 +0100 (Sat, 12 Dec 2015) New Revision: 47877
Modified: trunk/target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3052.c Log: ralink: remove stray "+" from ethernet driver this is what you get if you manually apply patches with c&p Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3052.c =================================================================== --- trunk/target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3052.c 2015-12-12 06:42:11 UTC (rev 47876) +++ trunk/target/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3052.c 2015-12-12 06:42:17 UTC (rev 47877) @@ -1042,7 +1042,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
