Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpio: Add missing spin_lock_init in gpio-ml-ioh driver
This bug was introduced by commit 54be566 "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>
- Loading branch information