All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] video: Fix compilation warnings for exynos video
@ 2013-01-14  9:32 Ajay Kumar
  2013-01-14  9:32 ` [U-Boot] [PATCH 1/2] video: exynos_dp: Remove unused variable disp_info Ajay Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ajay Kumar @ 2013-01-14  9:32 UTC (permalink / raw)
  To: u-boot

This patchset fixes the following compilation warnings:
exynos_dp.c: In function 'exynos_init_dp':
exynos_dp.c:860:23: warning: variable 'disp_info' set but not used
[-Wunused-but-set-variable]
exynos_fb.c: In function 'draw_logo':
exynos_fb.c:74:8: warning: variable 'addr' set but not used
[-Wunused-but-set-variable]
exynos_fb.c:73:9: warning: variable 'y' set but not used
[-Wunused-but-set-variable]
exynos_fb.c:73:6: warning: variable 'x' set but not used
[-Wunused-but-set-variable]


  [PATCH 1/2] video: exynos_dp: Remove unused variable disp_info
  [PATCH 2/2] video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP
				is selected

 drivers/video/exynos_dp.c | 2 --
 drivers/video/exynos_fb.c | 6 ++++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-22 14:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14  9:32 [U-Boot] [PATCH 0/2] video: Fix compilation warnings for exynos video Ajay Kumar
2013-01-14  9:32 ` [U-Boot] [PATCH 1/2] video: exynos_dp: Remove unused variable disp_info Ajay Kumar
2013-01-22 13:38   ` Simon Glass
2013-01-14  9:32 ` [U-Boot] [PATCH 2/2] video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selected Ajay Kumar
2013-01-22 13:43   ` Simon Glass
2013-01-22 14:11     ` Ajay kumar
2013-01-22 14:13       ` Simon Glass
2013-01-14 10:22 ` [U-Boot] [PATCH 0/2] video: Fix compilation warnings for exynos video Minkyu Kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.