diff options
author | Sagi Grimberg <sagig@mellanox.com> | 2013-08-15 16:04:42 +0200 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-09-03 06:26:16 +0200 |
commit | 2e02d653febff23de614dc8978c64fbaa2767d85 (patch) | |
tree | f64bfb424ec93a2d2c558e44d2612ec6ba169349 /drivers/net/ethernet/chelsio | |
parent | IB/iser: Fix possible memory leak in iser_create_frwr_pool() (diff) | |
download | linux-2e02d653febff23de614dc8978c64fbaa2767d85.tar.xz linux-2e02d653febff23de614dc8978c64fbaa2767d85.zip |
IB/iser: Fix redundant pointer check in dealloc flow
This bug was discovered by Smatch static checker run by Dan Carpenter.
If in free_rx_descriptors(), rx_descs are not NULL then the iser
device is definately not NULL, so no need to check it before
dereferencing it.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/net/ethernet/chelsio')
0 files changed, 0 insertions, 0 deletions