From: Leilei Zhao Date: Tue, 7 Apr 2015 09:45:08 +0000 (+0800) Subject: crypto: atmel-tdes - initialize spinlock in probe X-Git-Tag: omap-for-v4.2/o2_dc~130^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d1b91637ce1d0968d17b0a288de557946a9494e;p=pandora-kernel.git crypto: atmel-tdes - 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 Acked-by: Nicolas Ferre Signed-off-by: Herbert Xu --- Reading git-diff-tree failed