abhishek-kakkar/BeagleLogic

Missing Mutex unlock

Closed this issue · 2 comments

Just browsing, but shouldn't there be:
mutex_unlock(&bldev->mutex);
between lines 188 and 189 of beaglelogic.c?

Thanks for pointing that one out. I'll fix it.

Queued for fixing.