Message ID | 20190118225145.2508-7-satishkh@cisco.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | f03dc9cfc86f7b6a1bb403adeab5543349db1ffc |
Headers | show |
Series | fnic devcmd2 changes | expand |
diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h index a3f20ae0add5..477513dc23b7 100644 --- a/drivers/scsi/fnic/fnic.h +++ b/drivers/scsi/fnic/fnic.h @@ -39,7 +39,7 @@ #define DRV_NAME "fnic" #define DRV_DESCRIPTION "Cisco FCoE HBA Driver" -#define DRV_VERSION "1.6.0.34" +#define DRV_VERSION "1.6.0.47" #define PFX DRV_NAME ": " #define DFX DRV_NAME "%d: "
With this (the devamd2) and the previous patch series 'fnic driver updates' (link below) the fnic driver version is 1.6.0.47 https://marc.info/?l=linux-scsi&m=154751555007972&w=2 Signed-off-by: Satish Kharat <satishkh@cisco.com> --- drivers/scsi/fnic/fnic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)