projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b7adc4
)
RDMA/nes: Don't print success message at level KERN_ERR
author
Roland Dreier
<roland@purestorage.com>
Fri, 18 Mar 2011 15:52:30 +0000
(08:52 -0700)
committer
Roland Dreier
<roland@purestorage.com>
Fri, 18 Mar 2011 15:52:30 +0000
(08:52 -0700)
There's no reason to print "NetEffect RNIC driver successfully loaded"
at level KERN_ERR (where it will uglify the console on a quiet boot).
Change it to KERN_INFO.
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/nes/nes.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/nes/nes.c
b/drivers/infiniband/hw/nes/nes.c
index 3d7f3664b67b9f301ec1fb80cb27df1cbcd3b11f..13de1192927cc50da063562fdc8a47e8a4336422 100644
(file)
--- a/
drivers/infiniband/hw/nes/nes.c
+++ b/
drivers/infiniband/hw/nes/nes.c
@@
-694,7
+694,7
@@
static int __devinit nes_probe(struct pci_dev *pcidev, const struct pci_device_i
nesdev->netdev_count++;
nesdev->nesadapter->netdev_count++;
- printk(KERN_
ERR
PFX "%s: NetEffect RNIC driver successfully loaded.\n",
+ printk(KERN_
INFO
PFX "%s: NetEffect RNIC driver successfully loaded.\n",
pci_name(pcidev));
return 0;