From: Johan Hovold Date: Thu, 21 Mar 2013 11:37:49 +0000 (+0100) Subject: USB: garmin_gps: remove bogus disconnect test in bulk callback X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dbabace4f8514500c729d3e4fe10b2811a35f15;p=pandora-kernel.git USB: garmin_gps: remove bogus disconnect test in bulk callback Remove bogus disconnect test for serial device being NULL in read bulk callback. This can never happen as the port read urb is killed (and poisoned) at close, which in turn is guaranteed to be called before the last tty reference is dropped (and port->serial is cleared). Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed