Skip to content

Commit

Permalink
bna: Print Driver Version
Browse files Browse the repository at this point in the history
Change details:
 - Print the dirver version when module is loaded.

Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rasesh Mody authored and David S. Miller committed Jul 23, 2011
1 parent 160d73b commit 5aad001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/bna/bnad.c
Original file line number Diff line number Diff line change
Expand Up @@ -3232,7 +3232,8 @@ bnad_module_init(void)
{
int err;

pr_info("Brocade 10G Ethernet driver\n");
pr_info("Brocade 10G Ethernet driver - version: %s\n",
BNAD_VERSION);

bfa_nw_ioc_auto_recover(bnad_ioc_auto_recover);

Expand Down

0 comments on commit 5aad001

Please sign in to comment.