]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
RDMA/amso1100: Remove KERN_<level> from pr_<level> use
authorJoe Perches <joe@perches.com>
Sun, 12 Sep 2010 05:10:55 +0000 (22:10 -0700)
committerRoland 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

index 3b5095470cb3d37955cb24c101f8d07ac609432b..0ebe4e806b86c7a712142aa53fcb117a3d4d8158 100644 (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;
        }