]> bbs.cooldavid.org Git - net-next-2.6.git/commit
cdc-acm: remove dead code
authorArnd Bergmann <arnd@arndb.de>
Tue, 1 Jun 2010 20:53:04 +0000 (22:53 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 20:47:43 +0000 (13:47 -0700)
commit4e608671674b62e97166f903830d5553e37970e8
treecd7c1a0005084e72f78d47e387262d5f6cd484a0
parent83ceb67d7dfe6aedf0e47dd6887b7b3c753542b2
cdc-acm: remove dead code

The wait_event_interruptible_timeout in acm_port_down is
never reached. Remove it to avoid possible deadlocks
with the big tty mutex if someone were to start using
the blocking version of acm_port_down.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-acm.c