From: Simon Arlott Date: Tue, 24 Apr 2007 22:44:57 +0000 (+0100) Subject: ieee1394: ohci1394: Fix mistake in printk message. X-Git-Tag: v2.6.22-rc1~1105^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=749cf76620a8f0d1ab4ff83c8e8f18028045a094;p=~shefty%2Frdma-dev.git ieee1394: ohci1394: Fix mistake in printk message. Fix the "attempting to setting" message in ohci1394. Signed-off-by: Simon Arlott Signed-off-by: Andrew Morton Signed-off-by: Stefan Richter --- diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 0df8970603f..5dadfd296f7 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c @@ -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;