RDMA/amso1100: Remove KERN_<level> from pr_<level> use
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
252a52aa4f
commit
fc4ec9bd82
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue