On Thu, Apr 13, 2017 at 6:35 PM, Tyler Baker <[email protected]> wrote:
> The following patch fixes the backtrace on my board. I'll submit this > patch in a moment. > > From: Tyler Baker <[email protected]> > Date: Thu, 13 Apr 2017 14:29:49 -0700 > Subject: [PATCH] irqchip/irq-imx-gpcv2: fix spinlock initialization > > Call raw_spin_lock_init() before the spinlocks are used to prevent a > lockdep splat. > > Signed-off-by: Tyler Baker <[email protected]> Yes, it makes sense: Reviewed-by: Fabio Estevam <[email protected]>

