diff options
| author | Tilman Schmidt <[email protected]> | 2008-02-06 01:38:30 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-02-06 10:41:12 -0800 |
| commit | ee51ef0ecbb68fdd7beab8f7b0a20eebe6fd0a62 (patch) | |
| tree | 3886b66626b763d98f2bd71eae6d89689248d210 /tools/perf/scripts/python | |
| parent | e468c04894f36045cf93d1384183a461014b6840 (diff) | |
ser_gigaset: convert mutex to completion
The ser_gigaset ISDN driver was using a mutex in its close() method for
waiting for other running ldisc methods to finish. That's what completions
are for. Incidentally, this also avoids a spurious "BUG: lock held at task
exit time" message when the driver's userspace daemon daemonizes itself.
Signed-off-by: Tilman Schmidt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions