commit | 43d46ab1cdeb12b8d072cfdf84956073a1fa8866 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Thu Feb 07 00:15:11 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Feb 07 08:42:24 2008 -0800 |
tree | 00e55a9babe058feef7065621f12c63dd493ff07 | |
parent | 6d83c067ebd11d375b34c53192c10826947e8568 [diff] |
dz: fix locking issues The ->start_tx(), ->stop_tx() and ->stop_rx() backends are called with the port's lock already taken. Remove locking from within them and wrap around calls as necessary. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>