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:
Joe Perches 2010-09-11 22:10:55 -07:00 committed by Roland Dreier
parent 252a52aa4f
commit fc4ec9bd82

View file

@ -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;
}