The patch titled uvesafb: fix a typo in a warning has been removed from the -mm tree. Its filename was uvesafb-the-driver-core-uvesafb-fix-a-typo-in-a-warning.patch This patch was dropped because it was folded into uvesafb-the-driver-core.patch ------------------------------------------------------ Subject: uvesafb: fix a typo in a warning From: Michal Januszewski <spock@xxxxxxxxxx> Replace "vesafb" with "uvesafb" in a kernel warning message. Signed-off-by: Michal Januszewski <spock@xxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/uvesafb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/uvesafb.c~uvesafb-the-driver-core-uvesafb-fix-a-typo-in-a-warning drivers/video/uvesafb.c --- a/drivers/video/uvesafb.c~uvesafb-the-driver-core-uvesafb-fix-a-typo-in-a-warning +++ a/drivers/video/uvesafb.c @@ -412,7 +412,7 @@ static void uvesafb_vbe_state_restore(st err = uvesafb_exec(task); if (err || (task->t.regs.eax & 0xffff) != 0x004f) - printk(KERN_WARNING "vesafb: VBE state restore call " + printk(KERN_WARNING "uvesafb: VBE state restore call " "failed (eax=0x%x, err=%d)\n", task->t.regs.eax, err); _ Patches currently in -mm which might be from spock@xxxxxxxxxx are fbdev-export-fb_destroy_modelist.patch connector-change-connectors-max-message-size.patch uvesafb-add-connector-entries.patch uvesafb-the-driver-core.patch uvesafb-the-driver-core-uvesafb-fix-a-typo-in-a-warning.patch uvesafb-the-driver-core-uvesafb-use-visual_truecolor-as-the-default-visual.patch uvesafb-the-driver-core-uvesafb-use-the-default-refresh-rate-if-the-monitor-limits-are-not-set.patch uvesafb-the-driver-core-uvesafb-try-to-set-mode-with-default-timings-if-setting-it-with-our-own-timings-failed.patch uvesafb-the-driver-core-dont-access-vga-registers-directly-when-running-on-non-x86.patch uvesafb-documentation.patch uvesafb-documentation-uvesafb-add-info-about-pmipal-yrap-and-ypan-being-available-only-on-x86.patch fbdev-find-mode-with-the-highest-safest-refresh-rate-in-fb_find_mode.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