The patch titled arkfb-new-framebuffer-driver-for-ark-logic-cards fix has been added to the -mm tree. Its filename is arkfb-new-framebuffer-driver-for-ark-logic-cards-fix.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: arkfb-new-framebuffer-driver-for-ark-logic-cards fix From: Ondrej Zajicek <santiago@xxxxxxxxxxxxx> Signed-off-by: Ondrej Zajicek <santiago@xxxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/arkfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/arkfb.c~arkfb-new-framebuffer-driver-for-ark-logic-cards-fix drivers/video/arkfb.c --- a/drivers/video/arkfb.c~arkfb-new-framebuffer-driver-for-ark-logic-cards-fix +++ a/drivers/video/arkfb.c @@ -122,7 +122,7 @@ MODULE_PARM_DESC(mtrr, "Enable write-com static int threshold = 4; module_param(threshold, int, 0644); -MODULE_PARM_DESC(mtrr, "FIFO threshold"); +MODULE_PARM_DESC(threshold, "FIFO threshold"); /* ------------------------------------------------------------------------- */ _ Patches currently in -mm which might be from santiago@xxxxxxxxxxxxx are s3fb-driver-fixes.patch vga-vgastate-fix.patch s3fb-updates.patch vt8623fb-new-framebuffer-driver-for-via-vt8623.patch arkfb-new-framebuffer-driver-for-ark-logic-cards.patch arkfb-fix-compile-error-if-config_mtrr=n.patch arkfb-new-framebuffer-driver-for-ark-logic-cards-fix.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