linux/drivers/isdn/gigaset
Tilman Schmidt ee51ef0ecb 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 <tilman@imap.cc>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-06 10:41:12 -08:00
..
Kconfig Use menuconfig objects: ISDN/Gigaset 2007-07-21 17:49:17 -07:00
Makefile [PATCH] drivers/isdn/gigaset: build asyncdata.o into the gigaset module (fix) 2007-03-01 14:53:38 -08:00
asyncdata.c gigaset: atomic cleanup 2008-02-06 10:41:12 -08:00
bas-gigaset.c Gigaset: permit module unload 2008-02-06 10:41:12 -08:00
common.c Gigaset: permit module unload 2008-02-06 10:41:12 -08:00
ev-layer.c gigaset: atomic cleanup 2008-02-06 10:41:12 -08:00
gigaset.h Gigaset: permit module unload 2008-02-06 10:41:12 -08:00
i4l.c gigaset: remove pointless locking 2007-10-16 09:43:10 -07:00
interface.c Gigaset: permit module unload 2008-02-06 10:41:12 -08:00
isocdata.c gigaset: atomic cleanup 2008-02-06 10:41:12 -08:00
proc.c gigaset: remove pointless locking 2007-10-16 09:43:10 -07:00
ser-gigaset.c ser_gigaset: convert mutex to completion 2008-02-06 10:41:12 -08:00
usb-gigaset.c Gigaset: permit module unload 2008-02-06 10:41:12 -08:00