]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()
authorEyal Perry <eyalpe@mellanox.com>
Wed, 14 May 2014 09:15:17 +0000 (12:15 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 May 2014 19:40:34 +0000 (15:40 -0400)
commit7572038409d0288ff5ba9c77a053ddec6791a43c
treedddddda6e3f4e417065e91febffa04f16b9186cd
parentc3ca5205e67cfbb0022f004a4036351f90637171
net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()

Adopt the "info: why not propagate 'ret' from parse_trans_rule()..."
suggestion made by the smatch semantic checker on:
drivers/net/ethernet/mellanox/mlx4/mcg.c:867 mlx4_flow_attach()

Signed-off-by: Eyal Perry <eyalpe@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/mcg.c