linux_dsm_epyc7002/drivers/video/omap2/dss
Tomi Valkeinen c6eee968d4 OMAPDSS: remove compiler warnings when CONFIG_BUG=n
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: Tomi Valkeinen <tomi.valkeinen@ti.com>
2012-05-22 10:59:14 +03:00
..
apply.c OMAPDSS: use DSI_FIFO_BUG workaround only for manual update displays 2012-05-22 10:59:13 +03:00
core.c OMAPDSS: interface drivers register their panel devices 2012-05-11 14:52:23 +03:00
dispc_coefs.c OMAPDSS: DISPC: Fix FIR coefficients 2012-03-06 14:08:23 +02:00
dispc.c OMAPDSS: remove compiler warnings when CONFIG_BUG=n 2012-05-22 10:59:14 +03:00
dispc.h OMAPDSS: remove compiler warnings when CONFIG_BUG=n 2012-05-22 10:59:14 +03:00
display.c OMAPDSS: remove compiler warnings when CONFIG_BUG=n 2012-05-22 10:59:14 +03:00
dpi.c OMAPDSS: separate pdata based initialization 2012-05-11 15:09:24 +03:00
dsi.c OMAPDSS: remove compiler warnings when CONFIG_BUG=n 2012-05-22 10:59:14 +03:00
dss_features.c OMAPDSS: HDMI: Add an audio configuration function 2012-05-11 15:17:08 +03:00
dss_features.h OMAPDSS: DISPC: Clean up manager timing/size functions 2012-04-23 10:48:10 +03:00
dss.c OMAPDSS: remove compiler warnings when CONFIG_BUG=n 2012-05-22 10:59:14 +03:00
dss.h OMAPDSS: use DSI_FIFO_BUG workaround only for manual update displays 2012-05-22 10:59:13 +03:00
hdmi_panel.c OMAPDSS: HDMI: Implement DSS driver interface for audio 2012-05-11 15:17:10 +03:00
hdmi.c OMAPDSS: HDMI: Implement DSS driver interface for audio 2012-05-11 15:17:10 +03:00
Kconfig OMAPDSS: HDMI: Decouple HDMI audio from ASoC 2012-05-11 15:15:22 +03:00
Makefile OMAPDSS: DISPC: Update Fir Coefficients 2012-01-02 08:51:29 +02:00
manager.c OMAPDSS: APPLY: Remove display dependency from overlay and manager checks 2012-05-09 13:44:07 +03:00
overlay.c OMAPDSS: APPLY: Remove display dependency from overlay and manager checks 2012-05-09 13:44:07 +03:00
rfbi.c OMAPDSS: separate pdata based initialization 2012-05-11 15:09:24 +03:00
sdi.c OMAPDSS: separate pdata based initialization 2012-05-11 15:09:24 +03:00
ti_hdmi_4xxx_ip.c OMAPDSS: HDMI: OMAP4: Remap speaker order to match ALSA order 2012-05-11 15:17:09 +03:00
ti_hdmi_4xxx_ip.h OMAPDSS: HDMI: Add an audio configuration function 2012-05-11 15:17:08 +03:00
ti_hdmi.h OMAPDSS: HDMI: Add an audio configuration function 2012-05-11 15:17:08 +03:00
venc.c OMAPDSS: remove compiler warnings when CONFIG_BUG=n 2012-05-22 10:59:14 +03:00