Re: [PATCH] ARM: pxa: Fix typo in zeus.c

2015-01-31 Thread Robert Jarzmik
Masanari Iida writes: > This patch fix a typo in struct platform_device can_regulator_device. > > Signed-off-by: Masanari Iida Applied to pxa/fixes, thanks. -- Robert -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.or

Re: [PATCH] ARM: pxa: Fix typo in zeus.c

2015-01-31 Thread Daniel Mack
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 Acked-by: Daniel Mack That's a regression from 1ddff7da ("can: mcp251x: Replace power callbacks with regulator API"), btw. Thanks, Daniel > -

[PATCH] ARM: pxa: Fix typo in zeus.c

2015-01-30 Thread Masanari Iida
This patch fix a typo in struct platform_device can_regulator_device. Signed-off-by: Masanari Iida --- 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/mac