projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa04dc
)
r6040: fix version printing
author
Florian Fainelli
<florian@openwrt.org>
Mon, 16 Nov 2009 05:14:59 +0000
(21:14 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 16 Nov 2009 05:14:59 +0000
(21:14 -0800)
The version string already contains the printk level
specifying it again results in the following message
being printed:
<6>r6040: RDC R6040 NAPI ...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/r6040.c
patch
|
blob
|
history
diff --git
a/drivers/net/r6040.c
b/drivers/net/r6040.c
index
7dfcb58
..
8b14c6e
100644
(file)
--- a/
drivers/net/r6040.c
+++ b/
drivers/net/r6040.c
@@
-1085,7
+1085,7
@@
static int __devinit r6040_init_one(struct pci_dev *pdev,
int bar = 0;
u16 *adrp;
- printk(
KERN_INFO
"%s\n", version);
+ printk("%s\n", version);
err = pci_enable_device(pdev);
if (err)