mirror of https://gitee.com/openkylin/linux.git
[SCSI] bnx2i: Updated version from 2.1.1 to 2.1.2
Signed-off-by: Eddie Wai <eddie.wai@broadcom.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
625986c22e
commit
a2f1d139df
|
@ -17,8 +17,8 @@ static struct list_head adapter_list = LIST_HEAD_INIT(adapter_list);
|
|||
static u32 adapter_count;
|
||||
|
||||
#define DRV_MODULE_NAME "bnx2i"
|
||||
#define DRV_MODULE_VERSION "2.1.1"
|
||||
#define DRV_MODULE_RELDATE "Mar 24, 2010"
|
||||
#define DRV_MODULE_VERSION "2.1.2"
|
||||
#define DRV_MODULE_RELDATE "Jun 28, 2010"
|
||||
|
||||
static char version[] __devinitdata =
|
||||
"Broadcom NetXtreme II iSCSI Driver " DRV_MODULE_NAME \
|
||||
|
|
Loading…
Reference in New Issue