u-boot/drivers/net/fsl-mc/dpio
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
..
Makefile driver/fsl-mc: Add support of MC Flibs 2015-04-21 10:27:35 -07:00
dpio.c driver: net: fsl-mc: Add create, destroy APIs in flibs 2015-11-30 08:53:02 -08:00
qbman_portal.c qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit 2015-12-13 18:27:29 -08:00
qbman_portal.h drivers: fsl-mc: Update qbman driver 2015-07-20 11:44:36 -07:00
qbman_private.h drivers: fsl-mc: Update qbman driver 2015-07-20 11:44:36 -07:00
qbman_sys.h driver/fsl-mc: Add support of MC Flibs 2015-04-21 10:27:35 -07:00