]> git.baikalelectronics.ru Git - kernel.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)
commit903b0efc6f46382b349847f47da60c63d90b04e7
treed1b991ab99dcfb634e913db5443e5581982a47d7
parent95fbd28c0643406e20c55b65cc59daa0e380d6ef
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