commit | 57df81e3b1bc7e65f48c2146ba1b3affbd709d5c | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagig@mellanox.com> | Sun Mar 29 15:52:17 2015 +0300 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Apr 07 23:27:56 2015 -0700 |
tree | bba9683ccaf3c794dc29f0d926c8e5fe459d6e42 | |
parent | c6b8e9180de76624d0a01148d6edd0107edebed1 [diff] |
iser-target: Remove redundant check on the device In iser_connect_release there is no chance that the iser device is set to NULL, if this happens we have a BUG. So use BUG_ON. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>