From: Axel Lin Date: Wed, 1 Feb 2012 02:51:53 +0000 (+0800) Subject: gpio: Add missing spin_lock_init in gpio-pch driver X-Git-Tag: v3.3-rc3~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d166370ad86b33b1111af3a0cdd7de94e03789a6;p=pandora-kernel.git gpio: Add missing spin_lock_init in gpio-pch driver This bug was introduced by commit d568a681 "gpio-pch: add spinlock in suspend/resume processing" which adds a spinlock to struct pch_gpio but never init the spinlock. Reported-by: Tomoya MORINAGA Signed-off-by: Axel Lin Acked-by: Linus Walleij Signed-off-by: Grant Likely --- Reading git-diff-tree failed