commit | d166370ad86b33b1111af3a0cdd7de94e03789a6 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Wed Feb 01 10:51:53 2012 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Feb 01 21:59:15 2012 -0700 |
tree | 5f7ec948fd7fbade13192aa11311bad91cde2b7a | |
parent | 876cf5e7b9e4bae014b0fa2cc18b21bce6d99073 [diff] |
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 <tomoya.rohm@gmail.com> Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>