i2c-core: Use per-adapter userspace device lists
authorJean Delvare <khali@linux-fr.org>
Tue, 4 May 2010 09:09:28 +0000 (11:09 +0200)
committerJean Delvare <khali@linux-fr.org>
Tue, 4 May 2010 09:09:28 +0000 (11:09 +0200)
Using a single list for all userspace devices leads to a dead lock
on multiplexed buses in some circumstances (mux chip instantiated
from userspace). This is solved by using a separate list for each
bus segment.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Michael Lawnick <ml.lawnick@gmx.de>

No differences found