Re: [PATCH] arm: arm: fiq: fix build breakage with CONFIG_FIQ

2014-09-18 Thread Russell King - ARM Linux
On Wed, Sep 17, 2014 at 08:51:28PM -0500, Felipe Balbi wrote: > Hi, > > On Wed, Sep 17, 2014 at 04:29:03PM -0700, Daniel Thompson wrote: > > On 17/09/14 13:01, Felipe Balbi wrote: > > > commit e1add97 (ARM: 8150/2: fiq: Replace default FIQ handler) > > > has a typo which causes build breakage when

Re: [PATCH] arm: arm: fiq: fix build breakage with CONFIG_FIQ

2014-09-17 Thread Felipe Balbi
Hi, On Wed, Sep 17, 2014 at 04:29:03PM -0700, Daniel Thompson wrote: > On 17/09/14 13:01, Felipe Balbi wrote: > > commit e1add97 (ARM: 8150/2: fiq: Replace default FIQ handler) > > has a typo which causes build breakage whenever CONFIG_FIQ is > > set. > > > > The bug is very clear as can be noted

Re: [PATCH] arm: arm: fiq: fix build breakage with CONFIG_FIQ

2014-09-17 Thread Daniel Thompson
On 17/09/14 13:01, Felipe Balbi wrote: > commit e1add97 (ARM: 8150/2: fiq: Replace default FIQ handler) > has a typo which causes build breakage whenever CONFIG_FIQ is > set. > > The bug is very clear as can be noted that a new struct pt_regs > def_fiq_regs was defined but code uses dfl_fiq_regs.

[PATCH] arm: arm: fiq: fix build breakage with CONFIG_FIQ

2014-09-17 Thread Felipe Balbi
commit e1add97 (ARM: 8150/2: fiq: Replace default FIQ handler) has a typo which causes build breakage whenever CONFIG_FIQ is set. The bug is very clear as can be noted that a new struct pt_regs def_fiq_regs was defined but code uses dfl_fiq_regs. Cc: Daniel Thompson Cc: Catalin Marinas Cc: Nico