The patch titled BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakage has been added to the -mm tree. Its filename is bf54x-lq043-framebuffer-driver-fix-bug-lcd_device_register-api-breakage.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** 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 The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakage From: Bryan Wu <bryan.wu@xxxxxxxxxx> Signed-off-by: Bryan Wu <bryan.wu@xxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/bf54x-lq043fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/bf54x-lq043fb.c~bf54x-lq043-framebuffer-driver-fix-bug-lcd_device_register-api-breakage drivers/video/bf54x-lq043fb.c --- a/drivers/video/bf54x-lq043fb.c~bf54x-lq043-framebuffer-driver-fix-bug-lcd_device_register-api-breakage +++ a/drivers/video/bf54x-lq043fb.c @@ -672,7 +672,7 @@ static int __init bfin_bf54x_probe(struc &bfin_lq043fb_bl_ops); bl_dev->props.max_brightness = 255; - lcd_dev = lcd_device_register(DRIVER_NAME, NULL, &bfin_lcd_ops); + lcd_dev = lcd_device_register(DRIVER_NAME, &pdev->dev, NULL, &bfin_lcd_ops); lcd_dev->props.max_contrast = 255, printk(KERN_INFO "Done.\n"); #endif _ Patches currently in -mm which might be from bryan.wu@xxxxxxxxxx are input-touchscreen-driver-add-support-ad7877-touchscreen-driver.patch blackfin-replace-remaining-__function__-occurences.patch bf54x-lq043-framebuffer-driver-fix-bug-null-for-gpio_request-label-is-not-allowed.patch bf54x-lq043-framebuffer-driver-fix-bug-lcd_device_register-api-breakage.patch bf54x-lq043-framebuffer-driver-update-copyright-on-previously-modified-files.patch remove-the-macro-get_personality.patch blackfin-serial-driver-this-driver-enable-sports-on-blackfin-emulate-uart.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