commit | 2e02d653febff23de614dc8978c64fbaa2767d85 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagig@mellanox.com> | Thu Aug 15 17:04:42 2013 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Mon Sep 02 21:26:16 2013 -0700 |
tree | f64bfb424ec93a2d2c558e44d2612ec6ba169349 | |
parent | 27ae2d1ea578dce73ab5368a6bf31c342004e709 [diff] |
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>