Skip to content

Commit

Permalink
iwlwifi: don't print the Intel banner twice
Browse files Browse the repository at this point in the history
Once in bus enumeration is enough, no need to print it
again when the op_mode loads.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Emmanuel Grumbach authored and Johannes Berg committed Oct 16, 2012
1 parent ac928f8 commit 378b8f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/iwlwifi/dvm/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2151,8 +2151,6 @@ static int __init iwl_init(void)
{

int ret;
pr_info(DRV_DESCRIPTION ", " DRV_VERSION "\n");
pr_info(DRV_COPYRIGHT "\n");

ret = iwlagn_rate_control_register();
if (ret) {
Expand Down

0 comments on commit 378b8f7

Please sign in to comment.