]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Update driver version to 8.07.00.26.39.0-k.
authorSawan Chandak <sawan.chandak@qlogic.com>
Tue, 6 Oct 2015 10:00:05 +0000 (15:30 +0530)
committerDan Duval <dan.duval@oracle.com>
Mon, 19 Oct 2015 15:54:54 +0000 (11:54 -0400)
Orabug: 21946579

Signed-off-by: Dan Duval <dan.duval@oracle.com>
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_version.h

index ffd3da7852a23384471a2b42b4d77c1f80236148..5fbc38efeb5ce7008e29aeca23fc13be63bc3d1a 100644 (file)
@@ -2657,7 +2657,7 @@ qla2x00_nvram_config(scsi_qla_host_t *vha)
                        nv->firmware_options[1] = BIT_7 | BIT_5;
                        nv->add_firmware_options[0] = BIT_5;
                        nv->add_firmware_options[1] = BIT_5 | BIT_4;
-                       nv->frame_payload_size = cpu_to_le16(2048_;
+                       nv->frame_payload_size = cpu_to_le16(2048);
                        nv->special_options[1] = BIT_7;
                } else if (IS_QLA2200(ha)) {
                        nv->firmware_options[0] = BIT_2 | BIT_1;
index 2ed9ab90a455bf2d0ab9b2fa724d14112b64c070..3c75ead7349f8594730111ee154c0b3263a32716 100644 (file)
@@ -7,7 +7,7 @@
 /*
  * Driver version
  */
-#define QLA2XXX_VERSION      "8.07.00.18-k"
+#define QLA2XXX_VERSION      "8.07.00.26.39.0-k"
 
 #define QLA_DRIVER_MAJOR_VER   8
 #define QLA_DRIVER_MINOR_VER   7