Re: [PATCH] ARM: mach-iop32x: iq31244: Replace if-then-else with a switch statement

2013-10-02 Thread Russell King - ARM Linux
On Sun, Sep 29, 2013 at 06:19:28PM +0300, Valentin Ilie wrote: > On 2 September 2013 18:23, Valentin Ilie wrote: > > Convert a compound if-else blob to a switch statement. > > > > Signed-off-by: Valentin Ilie > > --- > > arch/arm/mach-iop32x/iq31244.c | 29 +++-- > > 1

Re: [PATCH] ARM: mach-iop32x: iq31244: Replace if-then-else with a switch statement

2013-10-02 Thread Russell King - ARM Linux
On Sun, Sep 29, 2013 at 06:19:28PM +0300, Valentin Ilie wrote: On 2 September 2013 18:23, Valentin Ilie valentin.i...@gmail.com wrote: Convert a compound if-else blob to a switch statement. Signed-off-by: Valentin Ilie valentin.i...@gmail.com --- arch/arm/mach-iop32x/iq31244.c | 29

Re: [PATCH] ARM: mach-iop32x: iq31244: Replace if-then-else with a switch statement

2013-09-29 Thread Valentin Ilie
On 2 September 2013 18:23, Valentin Ilie wrote: > Convert a compound if-else blob to a switch statement. > > Signed-off-by: Valentin Ilie > --- > arch/arm/mach-iop32x/iq31244.c | 29 +++-- > 1 file changed, 11 insertions(+), 18 deletions(-) > > diff --git

Re: [PATCH] ARM: mach-iop32x: iq31244: Replace if-then-else with a switch statement

2013-09-29 Thread Valentin Ilie
On 2 September 2013 18:23, Valentin Ilie valentin.i...@gmail.com wrote: Convert a compound if-else blob to a switch statement. Signed-off-by: Valentin Ilie valentin.i...@gmail.com --- arch/arm/mach-iop32x/iq31244.c | 29 +++-- 1 file changed, 11 insertions(+), 18

[PATCH] ARM: mach-iop32x: iq31244: Replace if-then-else with a switch statement

2013-09-02 Thread Valentin Ilie
Convert a compound if-else blob to a switch statement. Signed-off-by: Valentin Ilie --- arch/arm/mach-iop32x/iq31244.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/arch/arm/mach-iop32x/iq31244.c b/arch/arm/mach-iop32x/iq31244.c index

[PATCH] ARM: mach-iop32x: iq31244: Replace if-then-else with a switch statement

2013-09-02 Thread Valentin Ilie
Convert a compound if-else blob to a switch statement. Signed-off-by: Valentin Ilie valentin.i...@gmail.com --- arch/arm/mach-iop32x/iq31244.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/arch/arm/mach-iop32x/iq31244.c