diff --git a/[refs] b/[refs] index 4bb90a4d68fe..096276972c3d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f27bac2761cab5a2e212dea602d22457a9aa6943 +refs/heads/master: 6d49f63b415ca02223e01e187076cb69a5a38eaf diff --git a/trunk/include/scsi/scsi_host.h b/trunk/include/scsi/scsi_host.h index a594bac4a77d..d3b1e06fb142 100644 --- a/trunk/include/scsi/scsi_host.h +++ b/trunk/include/scsi/scsi_host.h @@ -547,7 +547,7 @@ struct Scsi_Host { unsigned int host_failed; /* commands that failed. */ unsigned int host_eh_scheduled; /* EH scheduled without command */ - unsigned short host_no; /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */ + unsigned int host_no; /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */ int resetting; /* if set, it means that last_reset is a valid value */ unsigned long last_reset;