[SCSI] qla2xxx: Correct truncation in return-code status checking.
[deliverable/linux.git] / drivers / scsi / qla2xxx / qla_os.c
index 2f5f72531e23108acde73b9174d22af9e584e83c..16c34760b95da354b2165df386b15d3087568262 100644 (file)
@@ -2568,7 +2568,7 @@ qla2x00_do_work(struct scsi_qla_host *vha)
 void qla2x00_relogin(struct scsi_qla_host *vha)
 {
        fc_port_t       *fcport;
-       uint8_t         status;
+       int status;
        uint16_t        next_loopid = 0;
        struct qla_hw_data *ha = vha->hw;
 
This page took 0.023212 seconds and 5 git commands to generate.