]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/qla2xxx/qla_os.c
[SCSI] qla2xxx: suppress uninitialized-var warning
[linux-2.6-omap-h63xx.git] / drivers / scsi / qla2xxx / qla_os.c
index 0f44914b41d7bdf5fa6932015e5b0a92acf8c7bd..8fc712bbf34476a6463615edffc46a38a8934c06 100644 (file)
@@ -2178,7 +2178,7 @@ qla2x00_alloc_work(struct scsi_qla_host *ha, enum qla_work_type type,
 static int
 qla2x00_post_work(struct scsi_qla_host *ha, struct qla_work_evt *e, int locked)
 {
-       unsigned long flags;
+       unsigned long uninitialized_var(flags);
        scsi_qla_host_t *pha = to_qla_parent(ha);
 
        if (!locked)