Files
u-boot/drivers
Michal Simek 3e3f8ba26e net: axi_emac: Fix parentheses around operand !
Fix these compilation warning by proper grouping:
In function 'axi_dma_init': drivers/net/xilinx_axi_emac.c:391:7:
warning: suggest parentheses around operand of '!' or change '&' to '&&'
or '!' to '~' [-Wparentheses]
    if (!(in_be32(&priv->dmatx->control) |
        ^
In function 'axiemac_send': drivers/net/xilinx_axi_emac.c:501:21:
warning: suggest parentheses around operand of '!' or change '&' to '&&'
or '!' to '~' [-Wparentheses]
  while (timeout && (!in_be32(&priv->dmatx->status) &

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2016-01-27 15:55:50 +01:00
..
2015-11-02 10:38:00 +09:00
2016-01-24 12:09:39 +08:00
2016-01-19 08:31:21 -05:00
2016-01-13 21:05:19 -05:00
2016-01-27 15:32:05 +01:00
2016-01-24 12:07:17 +08:00
2015-10-23 09:42:28 -06:00
2016-01-21 20:42:36 -07:00