Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1276999
| From | Ching Huang <ching2048@areca.com.tw> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/3] arcmsr: changes driver version number |
| Date | 2015-11-25 04:50 +0100 |
| Message-ID | <qyzfH-BC-23@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Ching Huang <ching2048@areca.com.tw> Changes driver version number. Signed-of-by: Ching Huang <ching2048@areca.com.tw> --- diff -uprN a/drivers/scsi/arcmsr/arcmsr.h b/drivers/scsi/arcmsr/arcmsr.h --- a/drivers/scsi/arcmsr/arcmsr.h 2015-11-25 10:52:13.334470000 +0800 +++ b/drivers/scsi/arcmsr/arcmsr.h 2015-10-19 15:57:08.000000000 +0800 @@ -52,7 +52,7 @@ struct device_attribute; #define ARCMSR_MAX_FREECCB_NUM 320 #define ARCMSR_MAX_OUTSTANDING_CMD 255 #endif -#define ARCMSR_DRIVER_VERSION "v1.30.00.04-20140919" +#define ARCMSR_DRIVER_VERSION "v1.30.00.21-20151019" #define ARCMSR_SCSI_INITIATOR_ID 255 #define ARCMSR_MAX_XFER_SECTORS 512 #define ARCMSR_MAX_XFER_SECTORS_B 4096 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 3/3] arcmsr: changes driver version number Ching Huang <ching2048@areca.com.tw> - 2015-11-25 04:50 +0100 Re: [PATCH v2 3/3] arcmsr: changes driver version number Hannes Reinecke <hare@suse.de> - 2015-11-25 08:20 +0100
csiph-web