mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 01:01:52 +00:00
bna: Print Driver Version
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>
This commit is contained in:
parent
160d73b845
commit
5aad00118f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user