author | Dan Murphy <dmurphy@ti.com> | |
Tue, 2 Apr 2013 14:12:45 +0000 (09:12 -0500) | ||
committer | Praneeth Bajjuri <praneeth@ti.com> | |
Fri, 12 Jul 2013 22:41:43 +0000 (17:41 -0500) | ||
commit | fb39f10c31f9845ecea399eb3b77a7b3f911d090 | |
tree | 7942a190bdc9008ed6e7fc5a3ee0fb31091c0e5b | tree | snapshot (tar.xz tar.gz zip) |
parent | 1c473e544ba9209c3f6eb0ba9baf95eace3b3c16 | commit | diff |
OMAPDSS: DSSCOMP: Resolve compiler errors/warnings when CONFIG_DSSCOMP_DEBUG_LOG is not set
When CONFIG_DSSCOMP_DEBUG_LOG is not set there are two issues
Resolve compiler error:
drivers/video/omap2/dsscomp/base.c: In function 'set_dss_mgr_info':
drivers/video/omap2/dsscomp/base.c:397: error: 'alpha_only' undeclared
Resolve compiler warning:
drivers/video/omap2/dsscomp/gralloc.c: In function 'dsscomp_dbg_gralloc':
drivers/video/omap2/dsscomp/gralloc.c:541: warning: unused variable 'i'
Change-Id: I55a157b478e112c2bd8a475a821f5aff7cc571a7
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
When CONFIG_DSSCOMP_DEBUG_LOG is not set there are two issues
Resolve compiler error:
drivers/video/omap2/dsscomp/base.c: In function 'set_dss_mgr_info':
drivers/video/omap2/dsscomp/base.c:397: error: 'alpha_only' undeclared
Resolve compiler warning:
drivers/video/omap2/dsscomp/gralloc.c: In function 'dsscomp_dbg_gralloc':
drivers/video/omap2/dsscomp/gralloc.c:541: warning: unused variable 'i'
Change-Id: I55a157b478e112c2bd8a475a821f5aff7cc571a7
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
drivers/video/omap2/dsscomp/dsscomp.h | diff | blob | history | |
drivers/video/omap2/dsscomp/gralloc.c | diff | blob | history |