cifs: convert printk(LEVEL...) to pr_<level>
[firefly-linux-kernel-4.4.55.git] / fs / cifs / transport.c
index 9d087f4e7d4e3de1df68ad2f2d6e57e79d767b70..126f46b887cc85b6ba6a0f313b918e2d8b026708 100644 (file)
@@ -99,9 +99,9 @@ DeleteMidQEntry(struct mid_q_entry *midEntry)
           something is wrong, unless it is quite a slow link or server */
        if ((now - midEntry->when_alloc) > HZ) {
                if ((cifsFYI & CIFS_TIMER) && (midEntry->command != command)) {
-                       printk(KERN_DEBUG " CIFS slow rsp: cmd %d mid %llu",
+                       pr_debug(" CIFS slow rsp: cmd %d mid %llu",
                               midEntry->command, midEntry->mid);
-                       printk(" A: 0x%lx S: 0x%lx R: 0x%lx\n",
+                       pr_info(" A: 0x%lx S: 0x%lx R: 0x%lx\n",
                               now - midEntry->when_alloc,
                               now - midEntry->when_sent,
                               now - midEntry->when_received);