commit | 441fbd25954c30d821187203f7dc941bf7b6d792 | [log] [tgz] |
---|---|---|
author | Narsimhulu Musini <nmusini@cisco.com> | Thu Sep 12 17:45:41 2013 -0700 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Oct 25 09:57:56 2013 +0100 |
tree | 36b89979c567d0554140d29d50f6fcf7385c7894 | |
parent | 522db3c9e1a5d3e9bfbf23d9106180651338d1bd [diff] |
[SCSI] fnic: host reset returns nonzero value(errno) on success Fixed appropriate error codes that returns negative error number on failure, and 0 on success. fnic_reset() is used directly by the fc transport callback issue_fc_host_lip which requires a negative error number on failure. Signed-off-by: Narsimhulu Musini <nmusini@cisco.com> Signed-off-by: Hiral Patel <hiralpat@cisco.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>