]> Zhao Yanbai Git Server - minix.git/commit
tda19988: add missing blockdriver_announce() call 24/824/3
authorThomas Cort <tcort@minix3.org>
Sun, 15 Sep 2013 23:48:29 +0000 (19:48 -0400)
committerThomas Cort <tcort@minix3.org>
Wed, 18 Sep 2013 12:10:26 +0000 (08:10 -0400)
commit493e4fffc5052228eb515e63fc4b42b5f2e5e24f
treec4c2685a15344317cb8917b2e0202d988baa8933
parent3342fb471b4d6e155bc7c496df615ff27837170a
tda19988: add missing blockdriver_announce() call

To provide EDID to fb, the TDA19988 implements the block device
protocol with libblockdriver. To properly use the library,
blockdriver_announce() should be called by the driver.

Issue reported by David van Moolenbroek

Change-Id: Id55d159d91502a9afac5c1d4de0fee1e8945b5c1
drivers/tda19988/tda19988.c