diff options
| -rw-r--r-- | drivers/scsi/device_handler/scsi_dh_alua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c index f44dbf69843..34c66118dfc 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/drivers/scsi/device_handler/scsi_dh_alua.c | |||
| @@ -504,7 +504,7 @@ static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h) | |||
| 504 | { | 504 | { |
| 505 | struct scsi_sense_hdr sense_hdr; | 505 | struct scsi_sense_hdr sense_hdr; |
| 506 | int len, k, off, valid_states = 0; | 506 | int len, k, off, valid_states = 0; |
| 507 | char *ucp; | 507 | unsigned char *ucp; |
| 508 | unsigned err; | 508 | unsigned err; |
| 509 | unsigned long expiry, interval = 10; | 509 | unsigned long expiry, interval = 10; |
| 510 | 510 | ||
