diff options
author | Karan Tilak Kumar <[email protected]> | 2023-12-11 09:36:17 -0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-12-13 22:11:34 -0500 |
commit | 53021c192cc55074eee744cb41dcdfb9318d1f80 (patch) | |
tree | d71ff11ba579003d7914c4e46e3ce3b758fb8f32 | |
parent | 55cf715244a7dfda42191445d97628e837158091 (diff) |
scsi: fnic: Increment driver version
Increment driver version for multiqueue (MQ).
Reviewed-by: Sesidhar Baddela <[email protected]>
Reviewed-by: Arulprabhu Ponnusamy <[email protected]>
Signed-off-by: Karan Tilak Kumar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/fnic/fnic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h index 28f402932b3c..2074937c05bc 100644 --- a/drivers/scsi/fnic/fnic.h +++ b/drivers/scsi/fnic/fnic.h @@ -27,7 +27,7 @@ #define DRV_NAME "fnic" #define DRV_DESCRIPTION "Cisco FCoE HBA Driver" -#define DRV_VERSION "1.6.0.57" +#define DRV_VERSION "1.7.0.0" #define PFX DRV_NAME ": " #define DFX DRV_NAME "%d: " |