Skip to content

Commit

Permalink
RDMA/amso1100: Remove KERN_<level> from pr_<level> use
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Joe Perches authored and Roland Dreier committed Sep 29, 2010
1 parent 252a52a commit fc4ec9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/infiniband/hw/amso1100/c2_intr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit fc4ec9b

Please sign in to comment.