u-boot/drivers/net/fsl-mc
Tom Rini b1f6be5ac8 qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit
With gcc-5.x we get a warning about the ambiguity of BUG_ON(!a != b) and
becomes BUG_ON((!a) != b).  In this case reading of the function leads to
us wanting to rewrite this as BUG_ON(a != b).

Cc: Prabhakar Kushwaha <prabhakar@freescale.com>
Cc: Geoff Thorpe <Geoff.Thorpe@freescale.com>
Cc: Haiying Wang <Haiying.Wang@freescale.com>
Cc: Roy Pledge <Roy.Pledge@freescale.com>
Cc: York Sun <yorksun@freescale.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: York Sun <yorksun@freescale.com>
2015-12-13 18:27:29 -08:00
..
dpio qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit 2015-12-13 18:27:29 -08:00
dpbp.c driver: net: fsl-mc: Add create, destroy APIs in flibs 2015-11-30 08:53:02 -08:00
dpmac.c driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB 2015-11-30 08:53:02 -08:00
dpmng.c drivers/fsl-mc: flib changes for mc 8.0.0 2015-08-03 12:06:37 -07:00
dpni.c driver: net: fsl-mc: Add create, destroy APIs in flibs 2015-11-30 08:53:02 -08:00
dprc.c driver: net: fsl-mc: Add create, destroy APIs in flibs 2015-11-30 08:53:02 -08:00
fsl_dpmng_cmd.h driver/fsl-mc: Add support of MC Flibs 2015-04-21 10:27:35 -07:00
Makefile driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB 2015-11-30 08:53:02 -08:00
mc.c armv8: LS2080A: Rename LS2085A to reflect LS2080A 2015-11-30 08:53:04 -08:00
mc_sys.c driver: net: fsl-mc: Increase MC command timeout 2015-11-30 08:53:02 -08:00