From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Masanari Iida <standby24x7@gmail.com>,
plagnioj@jcrosoft.com, linux-fbdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] video: fbdev: Fix format string mismatch in wm8505fb.c
Date: Wed, 30 Apr 2014 08:26:25 +0000 [thread overview]
Message-ID: <5360B3B1.1080906@ti.com> (raw)
In-Reply-To: <1398774115-15353-1-git-send-email-standby24x7@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 862 bytes --]
On 29/04/14 15:21, Masanari Iida wrote:
> Fix format string mismatch in contrast_show().
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
> drivers/video/fbdev/wm8505fb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/wm8505fb.c b/drivers/video/fbdev/wm8505fb.c
> index 537d199..d2fafbb 100644
> --- a/drivers/video/fbdev/wm8505fb.c
> +++ b/drivers/video/fbdev/wm8505fb.c
> @@ -162,7 +162,7 @@ static ssize_t contrast_show(struct device *dev,
> struct fb_info *info = dev_get_drvdata(dev);
> struct wm8505fb_info *fbi = to_wm8505fb_info(info);
>
> - return sprintf(buf, "%d\n", fbi->contrast);
> + return sprintf(buf, "%u\n", fbi->contrast);
> }
>
> static ssize_t contrast_store(struct device *dev,
>
Thanks, queued this and the 2/2 patch for 3.16.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Masanari Iida <standby24x7@gmail.com>, <plagnioj@jcrosoft.com>,
<linux-fbdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] video: fbdev: Fix format string mismatch in wm8505fb.c
Date: Wed, 30 Apr 2014 11:26:25 +0300 [thread overview]
Message-ID: <5360B3B1.1080906@ti.com> (raw)
In-Reply-To: <1398774115-15353-1-git-send-email-standby24x7@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 862 bytes --]
On 29/04/14 15:21, Masanari Iida wrote:
> Fix format string mismatch in contrast_show().
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
> drivers/video/fbdev/wm8505fb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/wm8505fb.c b/drivers/video/fbdev/wm8505fb.c
> index 537d199..d2fafbb 100644
> --- a/drivers/video/fbdev/wm8505fb.c
> +++ b/drivers/video/fbdev/wm8505fb.c
> @@ -162,7 +162,7 @@ static ssize_t contrast_show(struct device *dev,
> struct fb_info *info = dev_get_drvdata(dev);
> struct wm8505fb_info *fbi = to_wm8505fb_info(info);
>
> - return sprintf(buf, "%d\n", fbi->contrast);
> + return sprintf(buf, "%u\n", fbi->contrast);
> }
>
> static ssize_t contrast_store(struct device *dev,
>
Thanks, queued this and the 2/2 patch for 3.16.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-04-30 8:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-29 12:21 [PATCH 1/2] video: fbdev: Fix format string mismatch in wm8505fb.c Masanari Iida
2014-04-29 12:21 ` Masanari Iida
2014-04-29 12:21 ` [PATCH 2/2] video: fbdev: Fix format string mismatch in gbefb.c Masanari Iida
2014-04-29 12:21 ` Masanari Iida
2014-04-30 8:26 ` Tomi Valkeinen [this message]
2014-04-30 8:26 ` [PATCH 1/2] video: fbdev: Fix format string mismatch in wm8505fb.c Tomi Valkeinen
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=5360B3B1.1080906@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=plagnioj@jcrosoft.com \
--cc=standby24x7@gmail.com \
/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.