]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/qla2xxx/qla_init.c
[PATCH] fix qla{2,4} build error
[linux-2.6-omap-h63xx.git] / drivers / scsi / qla2xxx / qla_init.c
index d5d26273c04e504a0a188ec3a0e777921b3ff323..833b93085fd3d0bdb577f61f61d2d9d77a321166 100644 (file)
@@ -1644,7 +1644,7 @@ qla2x00_nvram_config(scsi_qla_host_t *ha)
         * Set host adapter parameters.
         */
        if (nv->host_p[0] & BIT_7)
-               extended_error_logging = 1;
+               qla2_extended_error_logging = 1;
        ha->flags.disable_risc_code_load = ((nv->host_p[0] & BIT_4) ? 1 : 0);
        /* Always load RISC code on non ISP2[12]00 chips. */
        if (!IS_QLA2100(ha) && !IS_QLA2200(ha))