projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac928f8
)
iwlwifi: don't print the Intel banner twice
author
Emmanuel Grumbach
<
[email protected]
>
Tue, 16 Oct 2012 10:56:37 +0000
(12:56 +0200)
committer
Johannes Berg
<
[email protected]
>
Tue, 16 Oct 2012 14:35:50 +0000
(16:35 +0200)
Once in bus enumeration is enough, no need to print it
again when the op_mode loads.
Signed-off-by: Emmanuel Grumbach <
[email protected]
>
Signed-off-by: Johannes Berg <
[email protected]
>
drivers/net/wireless/iwlwifi/dvm/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/dvm/main.c
b/drivers/net/wireless/iwlwifi/dvm/main.c
index 76262998efefa9e50ec797908b1ef67df47ab3bd..475df45c8320b370010b5f70d4af0c3280ef102d 100644
(file)
--- 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) {