From: Alan Stern Date: Wed, 17 Feb 2010 15:05:47 +0000 (-0500) Subject: USB: remove references to port->port.count from the serial drivers X-Git-Tag: v2.6.34-rc1~215^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f87158e44e79e62c8250f278c225ce4ab695f4b;p=pandora-kernel.git USB: remove references to port->port.count from the serial drivers This patch (as1344) removes references to port->port.count from the USB serial drivers. Now that serial ports are properly reference counted, port.count checking is unnecessary and incorrect. Drivers should assume that the port is in use from the time the open method runs until the close method is called. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed