commit | 7e3a70fb7bccada029c188c89bfbf3c0a63c1500 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Wed Feb 01 10:50:05 2012 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Feb 01 21:59:37 2012 -0700 |
tree | b333d3233560bfa5b32bf2fea659ecdadd92d2b4 | |
parent | d166370ad86b33b1111af3a0cdd7de94e03789a6 [diff] |
gpio: Add missing spin_lock_init in gpio-ml-ioh driver This bug was introduced by commit 54be5663 "gpio-ml-ioh: Support interrupt function" which adds a spinlock to struct ioh_gpio but never init the spinlock. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>