Re: [PATCH] ohci1394: Fix mistake in printk message.

2007-04-26 Thread Stefan Richter
Simon Arlott wrote: > Fix the "attempting to setting" message in ohci1394. Committed to linux1394-2.6.git and queued for merge. -- Stefan Richter -=-=-=== -=-- ==-== http://arcgraph.de/sr/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

[PATCH] ohci1394: Fix mistake in printk message.

2007-04-24 Thread Simon Arlott
Fix the "attempting to setting" message in ohci1394. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/ieee1394/ohci1394.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 628130a..107b272 100644 ---