Files
u-boot-tk1-som/drivers
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
..
2015-11-02 10:38:00 +09:00
2015-12-05 18:22:23 -05:00
2015-12-01 08:07:22 -07:00
2015-10-22 14:22:22 -04:00
2015-12-05 18:22:32 -05:00
2015-12-11 06:30:01 +01:00
2015-12-11 22:12:24 +05:30
2015-12-09 17:44:56 +08:00
2015-05-26 14:13:12 +02:00
2015-10-23 09:42:28 -06:00
2015-10-12 12:56:32 -04:00