|
|
b312fc |
From 0815c65e49489bdbfbd0f90e4a2b78184a603eea Mon Sep 17 00:00:00 2001
|
|
|
b312fc |
From: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
|
|
|
b312fc |
Date: Wed, 26 Oct 2016 13:34:36 +0530
|
|
|
b312fc |
Subject: [PATCH 05/11] scsi: mpt3sas: Bump driver version as "14.100.00.00"
|
|
|
b312fc |
|
|
|
b312fc |
Signed-off-by: Chaitra P B <chaitra.basappa@broadcom.com>
|
|
|
b312fc |
Signed-off-by: Sathya Prakash <sathya.prakash@broadcom.com>
|
|
|
b312fc |
Signed-off-by: Suganath Prabu S <suganath-prabu.subramani@broadcom.com>
|
|
|
b312fc |
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
|
|
b312fc |
---
|
|
|
b312fc |
drivers/scsi/mpt3sas/mpt3sas_base.h | 4 ++--
|
|
|
b312fc |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
b312fc |
|
|
|
b312fc |
diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h b/drivers/scsi/mpt3sas/mpt3sas_base.h
|
|
|
b312fc |
index f2fa742..66cfa0f 100644
|
|
|
b312fc |
--- a/drivers/scsi/mpt3sas/mpt3sas_base.h
|
|
|
b312fc |
+++ b/drivers/scsi/mpt3sas/mpt3sas_base.h
|
|
|
b312fc |
@@ -73,8 +73,8 @@
|
|
|
b312fc |
#define MPT3SAS_DRIVER_NAME "mpt3sas"
|
|
|
b312fc |
#define MPT3SAS_AUTHOR "Avago Technologies <MPT-FusionLinux.pdl@avagotech.com>"
|
|
|
b312fc |
#define MPT3SAS_DESCRIPTION "LSI MPT Fusion SAS 3.0 Device Driver"
|
|
|
b312fc |
-#define MPT3SAS_DRIVER_VERSION "13.100.00.00"
|
|
|
b312fc |
-#define MPT3SAS_MAJOR_VERSION 13
|
|
|
b312fc |
+#define MPT3SAS_DRIVER_VERSION "14.100.00.00"
|
|
|
b312fc |
+#define MPT3SAS_MAJOR_VERSION 14
|
|
|
b312fc |
#define MPT3SAS_MINOR_VERSION 100
|
|
|
b312fc |
#define MPT3SAS_BUILD_VERSION 0
|
|
|
b312fc |
#define MPT3SAS_RELEASE_VERSION 00
|
|
|
b312fc |
--
|
|
|
b312fc |
1.8.3.1
|
|
|
b312fc |
|