From: Arnd Bergmann Date: Tue, 1 Jun 2010 20:53:04 +0000 (+0200) Subject: cdc-acm: remove dead code X-Git-Tag: v2.6.36-rc1~294^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e608671674b62e97166f903830d5553e37970e8;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed