From: Johan Hovold Date: Mon, 26 May 2014 17:23:34 +0000 (+0200) Subject: USB: serial: remove overly defensive port tests X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fff3b4343f45963c087976c772348f3051a40ee;p=pandora-kernel.git USB: serial: remove overly defensive port tests The only way a port pointer may be NULL is if probe() failed, and in that case neither disconnect(), resume(), or reset_resume() will be called. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed