]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/scsi/qla2xxx/qla_def.h
scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()
[linux.git] / drivers / scsi / qla2xxx / qla_def.h
index c9f0169b21ea86ebaf6a4669b5206c8a4e150da7..6dd2d41713c9d10b140b236a99920e146912284e 100644 (file)
@@ -545,7 +545,7 @@ typedef struct srb {
        u32 gen2;       /* scratch */
        int rc;
        int retry_count;
-       struct completion comp;
+       struct completion *comp;
        wait_queue_head_t *cwaitq;
        union {
                struct srb_iocb iocb_cmd;