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:
252a52a
)
RDMA/amso1100: Remove KERN_<level> from pr_<level> use
author
Joe Perches
<joe@perches.com>
Sun, 12 Sep 2010 05:10:55 +0000
(22:10 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Wed, 29 Sep 2010 03:51:20 +0000
(20:51 -0700)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/amso1100/c2_intr.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/amso1100/c2_intr.c
b/drivers/infiniband/hw/amso1100/c2_intr.c
index 3b5095470cb3d37955cb24c101f8d07ac609432b..0ebe4e806b86c7a712142aa53fcb117a3d4d8158 100644
(file)
--- a/
drivers/infiniband/hw/amso1100/c2_intr.c
+++ b/
drivers/infiniband/hw/amso1100/c2_intr.c
@@
-62,8
+62,8
@@
void c2_rnic_interrupt(struct c2_dev *c2dev)
static void handle_mq(struct c2_dev *c2dev, u32 mq_index)
{
if (c2dev->qptr_array[mq_index] == NULL) {
- pr_debug(
KERN_INFO
"handle_mq: stray activity for mq_index=%d\n",
- mq_index);
+ pr_debug("handle_mq: stray activity for mq_index=%d\n",
+
mq_index);
return;
}