diff options
author | Justin Tee <justin.tee@broadcom.com> | 2023-03-02 00:16:25 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-03-10 03:21:45 +0100 |
commit | 13b149bbcf73963122c34d7d51b8739e2ef33605 (patch) | |
tree | c2b183c9514bed152d8ce032386bdbe1c671db80 | |
parent | scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logic (diff) | |
download | linux-13b149bbcf73963122c34d7d51b8739e2ef33605.tar.xz linux-13b149bbcf73963122c34d7d51b8739e2ef33605.zip |
scsi: lpfc: Update lpfc version to 14.2.0.11
Update lpfc version to 14.2.0.11.
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20230301231626.9621-10-justintee8345@gmail.com
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 0238208cdd11..c97411b0992e 100644 --- a/drivers/scsi/lpfc/lpfc_version.h +++ b/drivers/scsi/lpfc/lpfc_version.h @@ -20,7 +20,7 @@ * included with this package. * *******************************************************************/ -#define LPFC_DRIVER_VERSION "14.2.0.10" +#define LPFC_DRIVER_VERSION "14.2.0.11" #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */ |