Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
Jody McIntyre authored and Linus Torvalds committed Sep 30, 2005
1 parent f31c9cf commit 32e7a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/ieee1394/ohci1394.c
Expand Up @@ -162,7 +162,7 @@ printk(level "%s: " fmt "\n" , OHCI1394_DRIVER_NAME , ## args)
printk(level "%s: fw-host%d: " fmt "\n" , OHCI1394_DRIVER_NAME, ohci->host->id , ## args)

static char version[] __devinitdata =
"$Rev: 1299 $ Ben Collins <bcollins@debian.org>";
"$Rev: 1313 $ Ben Collins <bcollins@debian.org>";

/* Module Parameters */
static int phys_dma = 1;
Expand Down Expand Up @@ -1084,7 +1084,7 @@ static int ohci_devctl(struct hpsb_host *host, enum devctl_cmd cmd, int arg)
initialize_dma_rcv_ctx(&ohci->ir_legacy_context, 1);

if (printk_ratelimit())
PRINT(KERN_ERR, "IR legacy activated");
DBGMSG("IR legacy activated");
}

spin_lock_irqsave(&ohci->IR_channel_lock, flags);
Expand Down

0 comments on commit 32e7a04

Please sign in to comment.