Skip to content

Commit

Permalink
ieee1394: ohci1394: Fix mistake in printk message.
Browse files Browse the repository at this point in the history
Fix the "attempting to setting" message in ohci1394.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Simon Arlott authored and Stefan Richter committed Apr 29, 2007
1 parent 2ab7752 commit 749cf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ieee1394/ohci1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,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;
Expand Down

0 comments on commit 749cf76

Please sign in to comment.