From: hartleys@visionengravers.com (H Hartley Sweeten)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ep93xx: fix build error in edb93xx framebuffer support
Date: Wed, 2 Feb 2011 17:38:22 -0700 [thread overview]
Message-ID: <201102021738.22717.hartleys@visionengravers.com> (raw)
Add missing semicolon to fix a build error.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reported-by: Alexander Sverdlin <subaparts@yandex.ru>
Cc: Ryan Mallon <ryan@bluewatersys.com>
---
diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c
index 9b00bee..3f37567 100644
--- a/arch/arm/mach-ep93xx/edb93xx.c
+++ b/arch/arm/mach-ep93xx/edb93xx.c
@@ -126,7 +126,7 @@ static int __init edb93xx_has_fb(void)
/* These platforms have an ep93xx with video capability */
return (machine_is_edb9307() || machine_is_edb9307a() ||
machine_is_edb9312() || machine_is_edb9315() ||
- machine_is_edb9315a())
+ machine_is_edb9315a());
}
static void __init edb93xx_register_fb(void)
next reply other threads:[~2011-02-03 0:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-03 0:38 H Hartley Sweeten [this message]
2011-02-04 17:03 ` [PATCH] ep93xx: fix build error in edb93xx framebuffer support H Hartley Sweeten
2011-02-04 17:07 ` Russell King - ARM Linux
2011-02-04 17:15 ` H Hartley Sweeten
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=201102021738.22717.hartleys@visionengravers.com \
--to=hartleys@visionengravers.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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