From: Emmanuel Grumbach Date: Tue, 16 Oct 2012 10:56:37 +0000 (+0200) Subject: iwlwifi: don't print the Intel banner twice X-Git-Tag: next-20121022~51^2~33^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=378b8f7f3b767974c726dee92a9bb3d15b7a66b3;p=karo-tx-linux.git 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: Emmanuel Grumbach Signed-off-by: Johannes Berg --- diff --git a/drivers/net/wireless/iwlwifi/dvm/main.c b/drivers/net/wireless/iwlwifi/dvm/main.c index 76262998efef..475df45c8320 100644 --- a/drivers/net/wireless/iwlwifi/dvm/main.c +++ b/drivers/net/wireless/iwlwifi/dvm/main.c @@ -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) {