The patch titled git-acpi-fixup has been added to the -mm tree. Its filename is git-acpi-fixup.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: git-acpi-fixup From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/misc/appledisplay.c | 5 ----- 1 file changed, 5 deletions(-) diff -puN drivers/usb/misc/appledisplay.c~git-acpi-fixup drivers/usb/misc/appledisplay.c --- a/drivers/usb/misc/appledisplay.c~git-acpi-fixup +++ a/drivers/usb/misc/appledisplay.c @@ -281,13 +281,8 @@ static int appledisplay_probe(struct usb /* Register backlight device */ snprintf(bl_name, sizeof(bl_name), "appledisplay%d", atomic_inc_return(&count_displays) - 1); -<<<<<<< HEAD/drivers/usb/misc/appledisplay.c - pdata->bd = backlight_device_register(bl_name, NULL, - pdata, &appledisplay_bl_data); -======= pdata->bd = backlight_device_register(bl_name, NULL, pdata &appledisplay_bl_data); ->>>>>>> /drivers/usb/misc/appledisplay.c if (IS_ERR(pdata->bd)) { err("appledisplay: Backlight registration failed"); goto error; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch git-acpi.patch git-acpi-fixup.patch git-agpgart.patch git-arm.patch git-cifs-fix.patch git-cpufreq.patch fix-warning-in-device_add_attrs.patch git-drm.patch git-dvb.patch git-dvb-fixup.patch git-infiniband.patch sis-warning-fixes.patch git-md-accel-fixes.patch git-md-accel-warning-fixes.patch git-md-accel-fix.patch git-mips-fixup.patch git-mtd.patch git-netdev-all.patch revert-drivers-net-tulip-dmfe-support-basic-carrier-detection.patch git-backlight.patch git-backlight-sony-fix.patch git-nfs-fixup.patch git-sh.patch revert-md-avoid-possible-bug_on-in-md-bitmap-handling-for-git-block.patch git-watchdog.patch revert-x86_64-mm-msr-on-cpu.patch x86_64-survive-having-no-irq-mapping-for-a-vector-fix.patch smaps-add-clear_refs-file-to-clear-reference-fix.patch kprobes-list-all-active-probes-in-the-system.patch mm-shrink-parent-dentries-when-shrinking-slab.patch revert-x86_64-mm-putreg-check.patch deprecate-sa_interrupt-and-friends.patch git-gccbug-fixup.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