commit | 62728e82026c90af004dd2c328c1314f2f3e6b58 | [log] [tgz] |
---|---|---|
author | Leilei Zhao <leilei.zhao@atmel.com> | Tue Apr 07 17:45:06 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 08 22:20:02 2015 +0800 |
tree | d15da423e734db525adea1c920ff5bf0ff8a1069 | |
parent | 803eeae8f3eb394d898a7aa65ba706628dd6a85c [diff] |
crypto: atmel-sha - initialize spinlock in probe Kernel will report "BUG: spinlock lockup suspected on CPU#0" when CONFIG_DEBUG_SPINLOCK is enabled in kernel config and the spinlock is used at the first time. It's caused by uninitialized spinlock, so just initialize it in probe. Signed-off-by: Leilei Zhao <leilei.zhao@atmel.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>