All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: pxa: Fix typo in zeus.c
@ 2015-01-31  5:49 Masanari Iida
  2015-01-31  9:17 ` Daniel Mack
  2015-01-31  9:27 ` Robert Jarzmik
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2015-01-31  5:49 UTC (permalink / raw)
  To: daniel, haojian.zhuang, robert.jarzmik, linux-kernel, linux; +Cc: Masanari Iida

This patch fix a typo in struct platform_device can_regulator_device.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/arm/mach-pxa/zeus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c
index 205f9bf..ac2ae5c 100644
--- a/arch/arm/mach-pxa/zeus.c
+++ b/arch/arm/mach-pxa/zeus.c
@@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = {
 };
 
 static struct platform_device can_regulator_device = {
-	.name	= "reg-fixed-volage",
+	.name	= "reg-fixed-voltage",
 	.id	= 0,
 	.dev	= {
 		.platform_data	= &can_regulator_pdata,
-- 
2.3.0.rc1.30.g76afe74


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: pxa: Fix typo in zeus.c
  2015-01-31  5:49 [PATCH] ARM: pxa: Fix typo in zeus.c Masanari Iida
@ 2015-01-31  9:17 ` Daniel Mack
  2015-01-31  9:27 ` Robert Jarzmik
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Mack @ 2015-01-31  9:17 UTC (permalink / raw)
  To: Masanari Iida, haojian.zhuang, robert.jarzmik, linux-kernel,
	linux, Alexander Shiyan

On 01/31/2015 06:49 AM, Masanari Iida wrote:
> This patch fix a typo in struct platform_device can_regulator_device.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Acked-by: Daniel Mack <daniel@zonque.org>

That's a regression from  1ddff7da ("can: mcp251x: Replace power
callbacks with regulator API"), btw.

Thanks,
Daniel

> ---
>  arch/arm/mach-pxa/zeus.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c
> index 205f9bf..ac2ae5c 100644
> --- a/arch/arm/mach-pxa/zeus.c
> +++ b/arch/arm/mach-pxa/zeus.c
> @@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = {
>  };
>  
>  static struct platform_device can_regulator_device = {
> -	.name	= "reg-fixed-volage",
> +	.name	= "reg-fixed-voltage",
>  	.id	= 0,
>  	.dev	= {
>  		.platform_data	= &can_regulator_pdata,
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: pxa: Fix typo in zeus.c
  2015-01-31  5:49 [PATCH] ARM: pxa: Fix typo in zeus.c Masanari Iida
  2015-01-31  9:17 ` Daniel Mack
@ 2015-01-31  9:27 ` Robert Jarzmik
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Jarzmik @ 2015-01-31  9:27 UTC (permalink / raw)
  To: Masanari Iida; +Cc: daniel, haojian.zhuang, linux-kernel, linux

Masanari Iida <standby24x7@gmail.com> writes:

> This patch fix a typo in struct platform_device can_regulator_device.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Applied to pxa/fixes, thanks.

-- 
Robert

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-31  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-31  5:49 [PATCH] ARM: pxa: Fix typo in zeus.c Masanari Iida
2015-01-31  9:17 ` Daniel Mack
2015-01-31  9:27 ` Robert Jarzmik

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.