| .. | .. |
|---|
| 151 | 151 | /* |
|---|
| 152 | 152 | * snic_io_exch_ver_cmpl_handler |
|---|
| 153 | 153 | */ |
|---|
| 154 | | -int |
|---|
| 154 | +void |
|---|
| 155 | 155 | snic_io_exch_ver_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) |
|---|
| 156 | 156 | { |
|---|
| 157 | 157 | struct snic_req_info *rqi = NULL; |
|---|
| .. | .. |
|---|
| 160 | 160 | u32 cmnd_id, hid, max_sgs; |
|---|
| 161 | 161 | ulong ctx = 0; |
|---|
| 162 | 162 | unsigned long flags; |
|---|
| 163 | | - int ret = 0; |
|---|
| 164 | 163 | |
|---|
| 165 | 164 | SNIC_HOST_INFO(snic->shost, "Exch Ver Compl Received.\n"); |
|---|
| 166 | 165 | snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); |
|---|
| .. | .. |
|---|
| 224 | 223 | snic_release_untagged_req(snic, rqi); |
|---|
| 225 | 224 | |
|---|
| 226 | 225 | SNIC_HOST_INFO(snic->shost, "Exch_cmpl Done, hdr_stat %d.\n", hdr_stat); |
|---|
| 227 | | - |
|---|
| 228 | | - return ret; |
|---|
| 229 | 226 | } /* end of snic_io_exch_ver_cmpl_handler */ |
|---|
| 230 | 227 | |
|---|
| 231 | 228 | /* |
|---|