gpio: Add missing spin_lock_init in gpio-ml-ioh driver
authorAxel Lin <axel.lin@gmail.com>
Wed, 1 Feb 2012 02:50:05 +0000 (10:50 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 2 Feb 2012 04:59:37 +0000 (21:59 -0700)
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>

No differences found