Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ohci1394: less noise in dmesg

less noise in dmesg

Signed-off-by: Ben Collins <bcollins@debian.org>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Jody McIntyre <scjody@steamballoon.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Jody McIntyre and committed by
Linus Torvalds
32e7a04f f31c9cf3

+2 -2
+2 -2
drivers/ieee1394/ohci1394.c
··· 162 162 printk(level "%s: fw-host%d: " fmt "\n" , OHCI1394_DRIVER_NAME, ohci->host->id , ## args) 163 163 164 164 static char version[] __devinitdata = 165 - "$Rev: 1299 $ Ben Collins <bcollins@debian.org>"; 165 + "$Rev: 1313 $ Ben Collins <bcollins@debian.org>"; 166 166 167 167 /* Module Parameters */ 168 168 static int phys_dma = 1; ··· 1084 1084 initialize_dma_rcv_ctx(&ohci->ir_legacy_context, 1); 1085 1085 1086 1086 if (printk_ratelimit()) 1087 - PRINT(KERN_ERR, "IR legacy activated"); 1087 + DBGMSG("IR legacy activated"); 1088 1088 } 1089 1089 1090 1090 spin_lock_irqsave(&ohci->IR_channel_lock, flags);