* [PATCH] avr32: boards/atngw100/mrmt.c: fix building error
@ 2013-07-27 23:07 Cong Ding
2013-07-29 9:32 ` Hans-Christian Egtvedt
0 siblings, 1 reply; 2+ messages in thread
From: Cong Ding @ 2013-07-27 23:07 UTC (permalink / raw)
To: Haavard Skinnemoen, Hans-Christian Egtvedt,
Jean-Christophe PLAGNIOL-VILLARD, linux-kernel
Cc: Cong Ding
there is an additional "{", which causes building error.
Signed-off-by: Cong Ding <dinggnu@gmail.com>
---
arch/avr32/boards/atngw100/mrmt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/avr32/boards/atngw100/mrmt.c b/arch/avr32/boards/atngw100/mrmt.c
index ccc9599..1ba09e4 100644
--- a/arch/avr32/boards/atngw100/mrmt.c
+++ b/arch/avr32/boards/atngw100/mrmt.c
@@ -150,7 +150,6 @@ static struct ac97c_platform_data __initdata ac97c0_data = {
static struct platform_device rmt_ts_device = {
.name = "ucb1400_ts",
.id = -1,
- }
};
#endif
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] avr32: boards/atngw100/mrmt.c: fix building error
2013-07-27 23:07 [PATCH] avr32: boards/atngw100/mrmt.c: fix building error Cong Ding
@ 2013-07-29 9:32 ` Hans-Christian Egtvedt
0 siblings, 0 replies; 2+ messages in thread
From: Hans-Christian Egtvedt @ 2013-07-29 9:32 UTC (permalink / raw)
To: Cong Ding
Cc: Haavard Skinnemoen, Jean-Christophe PLAGNIOL-VILLARD,
linux-kernel
Around Sat 27 Jul 2013 19:07:51 -0400 or thereabout, Cong Ding wrote:
> there is an additional "{", which causes building error.
>
> Signed-off-by: Cong Ding <dinggnu@gmail.com>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
> ---
> arch/avr32/boards/atngw100/mrmt.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/avr32/boards/atngw100/mrmt.c b/arch/avr32/boards/atngw100/mrmt.c
> index ccc9599..1ba09e4 100644
> --- a/arch/avr32/boards/atngw100/mrmt.c
> +++ b/arch/avr32/boards/atngw100/mrmt.c
> @@ -150,7 +150,6 @@ static struct ac97c_platform_data __initdata ac97c0_data = {
> static struct platform_device rmt_ts_device = {
> .name = "ucb1400_ts",
> .id = -1,
> - }
> };
> #endif
Thank you for the fix, added to the for-linus branch in my
git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git tree.
I'll see if there are any minor changes also needed before sending a pull
request to upstream.
--
mvh
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-29 9:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-27 23:07 [PATCH] avr32: boards/atngw100/mrmt.c: fix building error Cong Ding
2013-07-29 9:32 ` Hans-Christian Egtvedt
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).