* [PATCH] OMAP: board-omap3evm: Fix compillation error
@ 2011-06-28 10:16 Peter Ujfalusi
2011-06-29 8:18 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Peter Ujfalusi @ 2011-06-28 10:16 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap, Peter Ujfalusi
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
Hello Tony,
While rebasing my series on top of your devel-cleanup branch,
I found this compillation error.
You can pick it right away, or I can queue this within my series.
But I still waiting for Samuel's saying on the series, so it might
be faster if you just pick this, I'll rebase my series before I
send you the pull request anyways.
Regards,
Peter
arch/arm/mach-omap2/board-omap3evm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c
index e2202dd..c2ea437 100644
--- a/arch/arm/mach-omap2/board-omap3evm.c
+++ b/arch/arm/mach-omap2/board-omap3evm.c
@@ -510,7 +510,7 @@ static struct regulator_init_data omap3evm_vio = {
#define OMAP3EVM_WLAN_IRQ_GPIO (149)
static struct regulator_consumer_supply omap3evm_vmmc2_supply[] = {
- REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1");
+ REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
};
/* VMMC2 for driving the WL12xx module */
@@ -518,7 +518,7 @@ static struct regulator_init_data omap3evm_vmmc2 = {
.constraints = {
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
},
- .num_consumer_supplies = ARRAY_SIZE(omap3evm_vmmc2_supply);,
+ .num_consumer_supplies = ARRAY_SIZE(omap3evm_vmmc2_supply),
.consumer_supplies = omap3evm_vmmc2_supply,
};
--
1.7.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] OMAP: board-omap3evm: Fix compillation error
2011-06-28 10:16 [PATCH] OMAP: board-omap3evm: Fix compillation error Peter Ujfalusi
@ 2011-06-29 8:18 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2011-06-29 8:18 UTC (permalink / raw)
To: Peter Ujfalusi; +Cc: linux-omap
* Peter Ujfalusi <peter.ujfalusi@ti.com> [110628 03:12]:
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> ---
>
> Hello Tony,
>
> While rebasing my series on top of your devel-cleanup branch,
> I found this compillation error.
> You can pick it right away, or I can queue this within my series.
> But I still waiting for Samuel's saying on the series, so it might
> be faster if you just pick this, I'll rebase my series before I
> send you the pull request anyways.
Thanks, applying into devel-fixes.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-29 8:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 10:16 [PATCH] OMAP: board-omap3evm: Fix compillation error Peter Ujfalusi
2011-06-29 8:18 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox