diff options
author | Bhanu Prakash Gollapudi <bprakash@broadcom.com> | 2012-01-24 06:00:49 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-02-19 18:08:59 +0400 |
commit | 98788a134979fe66c32a1393adf66f7d3faf16ea (patch) | |
tree | c946463878c0edea9fd6fd4c24a7baad1b38efa5 /drivers/scsi/bnx2fc/bnx2fc_fcoe.c | |
parent | 7d742f659e00f08016a4446a9134036e47f9a0cf (diff) | |
download | linux-98788a134979fe66c32a1393adf66f7d3faf16ea.tar.xz |
[SCSI] bnx2fc: Bumped version to 1.0.10
Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_fcoe.c')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c index 0766b93ebd9a..796fd3090ed8 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c @@ -22,7 +22,7 @@ DEFINE_PER_CPU(struct bnx2fc_percpu_s, bnx2fc_percpu); #define DRV_MODULE_NAME "bnx2fc" #define DRV_MODULE_VERSION BNX2FC_VERSION -#define DRV_MODULE_RELDATE "Oct 21, 2011" +#define DRV_MODULE_RELDATE "Jan 22, 2011" static char version[] __devinitdata = |