Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 378b8f7f authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Johannes Berg
Browse files

iwlwifi: don't print the Intel banner twice



Once in bus enumeration is enough, no need to print it
again when the op_mode loads.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent ac928f8d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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) {