commit | 56acc7a39ac4ac7638cdc32cd3d0832ebbc834e4 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun May 01 18:18:49 2011 +0200 |
committer | Jean Delvare <khali@endymion.delvare> | Sun May 01 18:18:49 2011 +0200 |
tree | c2f1b47a7ff678de38413b05016cb0ded3e8f714 | |
parent | a6e5e2be44616c8400f9ec2f635b10f8e579217c [diff] |
i2c-parport: Fix adapter list handling Use a standard list with proper locking to handle the list of adapters. Thankfully it only matters on systems with more than one parallel port, which are very rare. Thanks to Lukasz Kapiec for reporting the problem to me. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: stable@kernel.org