scsi: qla2xxx: correctly shift host byte
[linux-2.6-block.git] / drivers / scsi / qla2xxx / qla_isr.c
index 7cacdc3408fa02712e6c58085a590441f03b9963..a47a582b039713072f93dafbd25651b0fc6ddd15 100644 (file)
@@ -2347,7 +2347,7 @@ done:
        bsg_job->reply_len = sizeof(struct fc_bsg_reply);
        /* Always return DID_OK, bsg will send the vendor specific response
         * in this case only */
-       sp->done(sp, DID_OK << 6);
+       sp->done(sp, DID_OK << 16);
 
 }