]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
tty: Fix various bogus WARN checks in the usb serial layer
authorAlan Cox <alan@linux.intel.com>
Mon, 8 Feb 2010 10:10:04 +0000 (10:10 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:55:02 +0000 (14:55 -0800)
commit49d3380e3f1297ff7bdc700c0a7fe6c3a036b3ab
treed1b991ab99dcfb634e913db5443e5581982a47d7
parentbd07c551aae5d2200c7b195142e5ba63f26424da
tty: Fix various bogus WARN checks in the usb serial layer

We are now refcounted and all the port.count checking is no longer valid
and in fact produces false warnings.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/usb-serial.c