diff options
author | Tyler Baker <tyler.baker@linaro.org> | 2017-04-13 15:27:31 -0700 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-04-14 10:55:05 +0200 |
commit | 75eb5e1e7b4edbc8e8f930de59004d21cb46961f (patch) | |
tree | 2ddb89866bc5c22a4d3e8a707c7cdd4a902c6c67 /tools/hv/hv_kvp_daemon.c | |
parent | 3412386b531244f24a27c79ee003506a52a00848 (diff) |
irqchip/irq-imx-gpcv2: Fix spinlock initialization
The raw_spinlock in the IMX GPCV2 interupt chip is not initialized before
usage. That results in a lockdep splat:
INFO: trying to register non-static key.
the code is fine but needs lockdep annotation.
turning off the locking correctness validator.
Add the missing raw_spin_lock_init() to the setup code.
Fixes: e324c4dc4a59 ("irqchip/imx-gpcv2: IMX GPCv2 driver for wakeup sources")
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Cc: jason@lakedaemon.net
Cc: marc.zyngier@arm.com
Cc: shawnguo@kernel.org
Cc: andrew.smirnov@gmail.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: stable@vger.kernel.org
Link: http://lkml.kernel.org/r/20170413222731.5917-1-tyler.baker@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/hv/hv_kvp_daemon.c')
0 files changed, 0 insertions, 0 deletions