The patch titled
     ohci1394: Fix mistake in printk message.
has been added to the -mm tree.  Its filename is
     ohci1394-fix-mistake-in-printk-message.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: ohci1394: Fix mistake in printk message.
From: Simon Arlott <[EMAIL PROTECTED]>

Fix the "attempting to setting" message in ohci1394.

Signed-off-by: Simon Arlott <[EMAIL PROTECTED]>
Cc: Stefan Richter <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/ieee1394/ohci1394.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/ieee1394/ohci1394.c~ohci1394-fix-mistake-in-printk-message 
drivers/ieee1394/ohci1394.c
--- a/drivers/ieee1394/ohci1394.c~ohci1394-fix-mistake-in-printk-message
+++ a/drivers/ieee1394/ohci1394.c
@@ -610,7 +610,7 @@ static void ohci_initialize(struct ti_oh
 #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;
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

ohci1394-fix-mistake-in-printk-message.patch
usbatm-detect-usb-device-shutdown-and-ignore-failed-urbs.patch
usb-cxacru-adsl-state-management.patch
usb-cxacru-adsl-state-management-udpate.patch
cxacru-add-documentation-file.patch
cxacru-add-documentation-file-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to