The patch titled ohci1394: Fix mistake in printk message. has been removed from the -mm tree. Its filename was ohci1394-fix-mistake-in-printk-message.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ohci1394: Fix mistake in printk message. From: Simon Arlott <simon@xxxxxxxxxxx> Fix the "attempting to setting" message in ohci1394. Signed-off-by: Simon Arlott <simon@xxxxxxxxxxx> Cc: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 simon@xxxxxxxxxxx are origin.patch git-ieee1394.patch cxacru-add-documentation-file.patch cxacru-cleanup-sysfs-attribute-code.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html