diff options
author | James Smart <james.smart@avagotech.com> | 2015-12-17 00:12:08 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2015-12-22 04:08:49 +0100 |
commit | b034573c7eb39aa58cd4a08e487869fea6d4ad2d (patch) | |
tree | cb05e40ff9b79042b1cf63b8bf41b9d4d469f897 | |
parent | lpfc: Use kzalloc instead of kmalloc (diff) | |
download | linux-b034573c7eb39aa58cd4a08e487869fea6d4ad2d.tar.xz linux-b034573c7eb39aa58cd4a08e487869fea6d4ad2d.zip |
lpfc: Update version to 11.0.0.10 for upstream patch set
Update version to 11.0.0.10 for upstream patch set
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com>
Signed-off-by: James Smart <james.smart@avagotech.com>
Reviewed-by: Hannes Reinicke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h index ea53aa664759..4dc22562aaf1 100644 --- a/drivers/scsi/lpfc/lpfc_version.h +++ b/drivers/scsi/lpfc/lpfc_version.h @@ -18,7 +18,7 @@ * included with this package. * *******************************************************************/ -#define LPFC_DRIVER_VERSION "11.0.0.0." +#define LPFC_DRIVER_VERSION "11.0.0.10." #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |