fbdev: sh_mobile_hdmi: Don't access LCDC channel in notifier callback
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 24 Nov 2011 10:53:47 +0000 (11:53 +0100)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Mar 2012 21:40:43 +0000 (22:40 +0100)
commit12ee2502c0503c484a7df052d356e39c40b02400
treea1303e7105e30310cd1bf72c9f8dfdc626f0c65e
parent37c5dcc21ddaa9f946c4d691996bb3076598b813
fbdev: sh_mobile_hdmi: Don't access LCDC channel in notifier callback

Instead of relying on info->par being a pointer to an LCDC channel, cast
the notifier block pointer to an sh_hdmi pointer.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/video/sh_mobile_hdmi.c