Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc4ec9bd authored by Joe Perches's avatar Joe Perches Committed by Roland Dreier
Browse files

RDMA/amso1100: Remove KERN_<level> from pr_<level> use



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 252a52aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ 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",
		pr_debug("handle_mq: stray activity for mq_index=%d\n",
			 mq_index);
		return;
	}