From: Claudio Scordino <claudio@evidence.eu.com>
To: nicolas.ferre@atmel.com
Cc: hong.xu@atmel.com, krzysztof.h1@wp.pl,
linux-fbdev-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: [PATCH 1/1] atmel_lcdfb.c: Fix sinfo->irqbase from %lu to %d in dev_info()
Date: Thu, 08 Oct 2009 11:02:12 +0200 [thread overview]
Message-ID: <4ACDAA94.8010305@evidence.eu.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 160 bytes --]
Hi Nicolas,
this patch fixes a type mismatch when calling dev_info() in the
atmel_lcdfb.c driver.
Please commit.
Best regards,
Claudio
[-- Attachment #2: 0001-atmel_lcdfb.c-Fix-sinfo-irqbase-from-lu-to-d-in.patch --]
[-- Type: text/x-patch, Size: 973 bytes --]
From: Claudio Scordino <claudio@evidence.eu.com>
Date: Thu, 8 Oct 2009 10:51:33 +0200
Subject: [PATCH 1/1] atmel_lcdfb.c: Fix sinfo->irqbase from %lu to %d in dev_info()
atmel_lcdfb.c: Fix sinfo->irqbase from %lu to %d in dev_info().
Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
---
drivers/video/atmel_lcdfb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c
index 2830ffd..317afab 100644
--- a/drivers/video/atmel_lcdfb.c
+++ b/drivers/video/atmel_lcdfb.c
@@ -959,7 +959,7 @@ static int __init atmel_lcdfb_probe(struct platform_device *pdev)
if (sinfo->atmel_lcdfb_power_control)
sinfo->atmel_lcdfb_power_control(1);
- dev_info(dev, "fb%d: Atmel LCDC at 0x%08lx (mapped at %p), irq %lu\n",
+ dev_info(dev, "fb%d: Atmel LCDC at 0x%08lx (mapped at %p), irq %d\n",
info->node, info->fix.mmio_start, sinfo->mmio, sinfo->irq_base);
return 0;
--
1.6.0.4
reply other threads:[~2009-10-08 9:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4ACDAA94.8010305@evidence.eu.com \
--to=claudio@evidence.eu.com \
--cc=hong.xu@atmel.com \
--cc=krzysztof.h1@wp.pl \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.ferre@atmel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).