.. | .. |
---|
965 | 965 | const char *esas2r_info(struct Scsi_Host *); |
---|
966 | 966 | int esas2r_write_params(struct esas2r_adapter *a, struct esas2r_request *rq, |
---|
967 | 967 | struct esas2r_sas_nvram *data); |
---|
968 | | -int esas2r_ioctl_handler(void *hostdata, int cmd, void __user *arg); |
---|
969 | | -int esas2r_ioctl(struct scsi_device *dev, int cmd, void __user *arg); |
---|
| 968 | +int esas2r_ioctl_handler(void *hostdata, unsigned int cmd, void __user *arg); |
---|
| 969 | +int esas2r_ioctl(struct scsi_device *dev, unsigned int cmd, void __user *arg); |
---|
970 | 970 | u8 handle_hba_ioctl(struct esas2r_adapter *a, |
---|
971 | 971 | struct atto_ioctl *ioctl_hba); |
---|
972 | 972 | int esas2r_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd); |
---|
.. | .. |
---|
1225 | 1225 | |
---|
1226 | 1226 | /* req_table entry should be NULL at this point - if not, halt */ |
---|
1227 | 1227 | |
---|
1228 | | - if (a->req_table[LOWORD(vrq->scsi.handle)]) |
---|
| 1228 | + if (a->req_table[LOWORD(vrq->scsi.handle)]) { |
---|
1229 | 1229 | esas2r_bugon(); |
---|
| 1230 | + } |
---|
1230 | 1231 | |
---|
1231 | 1232 | /* fill in the table for this handle so we can get back to the |
---|
1232 | 1233 | * request. |
---|