]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the chan address for mtx_sleep() on bus wait. Without this fix the
authorloos <loos@FreeBSD.org>
Sat, 18 Oct 2014 18:27:24 +0000 (18:27 +0000)
committerloos <loos@FreeBSD.org>
Sat, 18 Oct 2014 18:27:24 +0000 (18:27 +0000)
commit85f23d67deb5b91b1a1b0d3d265384e5244fcc32
tree60782c47ab5cb8f5f3f91bd5194b0b68968d8bba
parent95ec3a85b37cbf72bd8fb3d76d98772877b85eb7
Fix the chan address for mtx_sleep() on bus wait.  Without this fix the
threads waiting for the bus would never wake.

X-MFC-With: r270230
sys/arm/ti/ti_i2c.c