]> Zhao Yanbai Git Server - minix.git/commitdiff
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)
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

index 0913936fd85c50fc62c298e82ce4c50b9da922d8..81f40bcb5368352d310a94d41c60e6f90e0ba799 100644 (file)
@@ -993,6 +993,7 @@ sef_cb_init(int type, sef_init_info_t * UNUSED(info))
                        i2cdriver_announce(hdmi_bus);
                }
 
+               blockdriver_announce(type);
                log_trace(&log, "announced\n");
        }