From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] video: Fix compilation warnings for exynos video
Date: Mon, 14 Jan 2013 19:22:24 +0900 [thread overview]
Message-ID: <50F3DC60.6060505@samsung.com> (raw)
In-Reply-To: <1358155936-834-1-git-send-email-ajaykumar.rs@samsung.com>
On 14/01/13 18:32, Ajay Kumar wrote:
> 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(-)
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
prev parent reply other threads:[~2013-01-14 10:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Minkyu Kang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50F3DC60.6060505@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.