On 11/28/2015 09:04 PM, Tom Rini wrote:
> 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 <prabha...@freescale.com>
> Cc: Geoff Thorpe <geoff.tho...@freescale.com>
> Cc: Haiying Wang <haiying.w...@freescale.com>
> Cc: Roy Pledge <roy.ple...@freescale.com>
> Cc: York Sun <york...@freescale.com>
> Signed-off-by: Tom Rini <tr...@konsulko.com>
> ---

Applied to fsl-qoriq master. Awaiting upstream.

York
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to