diff options
author | John Garry <john.garry@huawei.com> | 2016-01-25 19:47:23 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-02-24 03:27:02 +0100 |
commit | bd8d859a21b422c71bee45ec9e54251aecfdcb5c (patch) | |
tree | d0b4537b7326618a2bf9a8960b37ee851525ba6d /drivers/scsi/hisi_sas | |
parent | hisi_sas: add v2 tmf functions (diff) | |
download | linux-bd8d859a21b422c71bee45ec9e54251aecfdcb5c.tar.xz linux-bd8d859a21b422c71bee45ec9e54251aecfdcb5c.zip |
hisi_sas: update driver version to 1.1
Signed-off-by: John Garry <john.garry@huawei.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/hisi_sas')
-rw-r--r-- | drivers/scsi/hisi_sas/hisi_sas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hisi_sas/hisi_sas.h b/drivers/scsi/hisi_sas/hisi_sas.h index f00b55b241e5..9f08c0ca087e 100644 --- a/drivers/scsi/hisi_sas/hisi_sas.h +++ b/drivers/scsi/hisi_sas/hisi_sas.h @@ -21,7 +21,7 @@ #include <scsi/sas_ata.h> #include <scsi/libsas.h> -#define DRV_VERSION "v1.0" +#define DRV_VERSION "v1.1" #define HISI_SAS_MAX_PHYS 9 #define HISI_SAS_MAX_QUEUES 32 |