• Tomi Valkeinen's avatar
    OMAPFB: remove compiler warnings when CONFIG_BUG=n · 4a75cb85
    Tomi Valkeinen authored
    If CONFIG_BUG is not enabled, BUG() does not stop the execution. Many
    places in code expect the execution to stop, and this causes compiler
    warnings about uninitialized variables and returning from a non-void
    function without a return value.
    
    This patch fixes the warnings by initializing the variables and
    returning properly after BUG() lines. However, the behaviour is still
    undefined after the BUG, but this is the choice the user makes when
    using CONFIG_BUG=n.
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    4a75cb85
omapfb.h 5.16 KB