LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] ohci1394: Fix mistake in printk message.
@ 2007-04-24 22:44 Simon Arlott
2007-04-26 23:21 ` Stefan Richter
0 siblings, 1 reply; 2+ messages in thread
From: Simon Arlott @ 2007-04-24 22:44 UTC (permalink / raw)
To: trivial; +Cc: Linux Kernel Mailing List, linux1394-devel
Fix the "attempting to setting" message in ohci1394.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
---
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
--- a/drivers/ieee1394/ohci1394.c
+++ b/drivers/ieee1394/ohci1394.c
@@ -618,7 +618,7 @@ static void ohci_initialize(struct ti_ohci *ohci)
#endif
PRINT(KERN_DEBUG, "Serial EEPROM has suspicious values, "
- "attempting to setting max_packet_size to 512 bytes");
+ "attempting to set max_packet_size to 512 bytes");
reg_write(ohci, OHCI1394_BusOptions,
(reg_read(ohci, OHCI1394_BusOptions) & 0xf007) | 0x8002);
ohci->max_packet_size = 512;
--
1.5.0.1
--
Simon Arlott
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ohci1394: Fix mistake in printk message.
2007-04-24 22:44 [PATCH] ohci1394: Fix mistake in printk message Simon Arlott
@ 2007-04-26 23:21 ` Stefan Richter
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Richter @ 2007-04-26 23:21 UTC (permalink / raw)
To: Simon Arlott; +Cc: trivial, linux1394-devel, Linux Kernel Mailing List
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-26 23:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-24 22:44 [PATCH] ohci1394: Fix mistake in printk message Simon Arlott
2007-04-26 23:21 ` Stefan Richter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).