commit | 162344ed2c80845200845f83e310fa3058bfe001 | [log] [tgz] |
---|---|---|
author | Or Gerlitz <ogerlitz@mellanox.com> | Tue May 15 10:34:57 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 16 00:56:58 2012 -0400 |
tree | 2c6da0a466f9dd63d57fab6cb150d9d4eb9ca01b | |
parent | bc9b35ad41387379e0b1257b3171da0dca73562d [diff] |
net/mlx4: Address build warnings on set but not used variables Handle the compiler warnings on variables which are set but not used by removing the relevant variable or casting a return value which is ignored on purpose to void. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>