
Dear York Sun,
In message 1363973052-25918-5-git-send-email-yorksun@freescale.com you wrote:
From: Shengzhou Liu Shengzhou.Liu@freescale.com
- set proper compatible property name for mEMAC.
- fixed ft_fixup_port for dual-role mEMAC, which will lead to MAC node disabled incorrectly.
Signed-off-by: Shengzhou Liu Shengzhou.Liu@freescale.com
drivers/net/fm/fm.h | 2 ++ drivers/net/fm/init.c | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+)
CHECK: Logical continuations should be on the previous line #143: FILE: drivers/net/fm/init.c:248: + if (((info->port == FM1_DTSEC9) && (PORT_IS_ENABLED(FM1_10GEC1))) + || ((info->port == FM1_DTSEC10) && (PORT_IS_ENABLED(FM1_10GEC2)))
CHECK: Logical continuations should be on the previous line #144: FILE: drivers/net/fm/init.c:249: + || ((info->port == FM1_DTSEC10) && (PORT_IS_ENABLED(FM1_10GEC2))) + || ((info->port == FM1_10GEC1) && (PORT_IS_ENABLED(FM1_DTSEC9)))
CHECK: Logical continuations should be on the previous line #145: FILE: drivers/net/fm/init.c:250: + || ((info->port == FM1_10GEC1) && (PORT_IS_ENABLED(FM1_DTSEC9))) + || ((info->port == FM1_10GEC2) && (PORT_IS_ENABLED(FM1_DTSEC10)))
CHECK: Logical continuations should be on the previous line #147: FILE: drivers/net/fm/init.c:252: +#if (CONFIG_SYS_NUM_FMAN == 2) + || ((info->port == FM2_DTSEC9) && (PORT_IS_ENABLED(FM2_10GEC1)))
CHECK: Logical continuations should be on the previous line #148: FILE: drivers/net/fm/init.c:253: + || ((info->port == FM2_DTSEC9) && (PORT_IS_ENABLED(FM2_10GEC1))) + || ((info->port == FM2_DTSEC10) && (PORT_IS_ENABLED(FM2_10GEC2)))
CHECK: Logical continuations should be on the previous line #149: FILE: drivers/net/fm/init.c:254: + || ((info->port == FM2_DTSEC10) && (PORT_IS_ENABLED(FM2_10GEC2))) + || ((info->port == FM2_10GEC1) && (PORT_IS_ENABLED(FM2_DTSEC9)))
CHECK: Logical continuations should be on the previous line #150: FILE: drivers/net/fm/init.c:255: + || ((info->port == FM2_10GEC1) && (PORT_IS_ENABLED(FM2_DTSEC9))) + || ((info->port == FM2_10GEC2) && (PORT_IS_ENABLED(FM2_DTSEC10)))
Best regards,
Wolfgang Denk