Commit 5e8d9007 authored by Adam Radford's avatar Adam Radford Committed by Christoph Hellwig
Browse files

megaraid_sas: Version and Changelog update



The following patch for megaraid_sas updates the driver version and
Documentation/scsi/ChangeLog.megaraid_sas.

Signed-off-by: default avatarAdam Radford <aradford@gmail.com>
Reviewed-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent a2fbcbc3
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
Release Date    : Thu. Jun 19, 2014 17:00:00 PST 2014 -
			(emaild-id:megaraidlinux@lsi.com)
			Adam Radford
			Kashyap Desai
			Sumit Saxena
			Uday Lingala
Current Version : 06.803.02.00-rc1
Old Version     : 06.803.01.00-rc1
    1. Fix reset_mutex leak in megasas_reset_fusion().
    2. Remove unused variables in megasas_instance.
    3. Fix LD/VF affiliation parsing.
    4. Add missing initial call to megasas_get_ld_vf_affiliation().
    5. Version and Changelog update.
-------------------------------------------------------------------------------
Release Date    : Mon. Mar 10, 2014 17:00:00 PST 2014 -
			(emaild-id:megaraidlinux@lsi.com)
			Adam Radford
+3 −3
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@
/*
 * MegaRAID SAS Driver meta data
 */
#define MEGASAS_VERSION				"06.803.01.00-rc1"
#define MEGASAS_RELDATE				"Mar. 10, 2014"
#define MEGASAS_EXT_VERSION			"Mon. Mar. 10 17:00:00 PDT 2014"
#define MEGASAS_VERSION				"06.803.02.00-rc1"
#define MEGASAS_RELDATE				"Jun. 19, 2014"
#define MEGASAS_EXT_VERSION			"Thu. Jun. 19 17:00:00 PDT 2014"

/*
 * Device IDs
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 *
 *  FILE: megaraid_sas_base.c
 *  Version : 06.803.01.00-rc1
 *  Version : 06.803.02.00-rc1
 *
 *  Authors: LSI Corporation
 *           Sreenivas Bagalkote