commit | 4c5743bc4fe3233cecc1c184a773c79c8ee45bbe | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Thu Jul 05 10:51:35 2018 -0700 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jul 09 12:11:22 2018 -0600 |
tree | 804ae551c1759af2e224f35d3892a14db609f337 | |
parent | f8c2d2280cf67cd85cff6b42c989bbf1c7d0af61 [diff] |
IB/nes: Fix a compiler warning Avoid that the following compiler warning is reported when building with W=1: drivers/infiniband/hw/nes/nes_hw.c:646:51: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>