From: Johan Hovold Date: Tue, 13 Aug 2013 11:27:35 +0000 (+0200) Subject: USB: keyspan: fix null-deref at disconnect and release X-Git-Tag: v3.2.51~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab959a23fae461cf05093cfd5b0e6ebdc50aa87;p=pandora-kernel.git USB: keyspan: fix null-deref at disconnect and release commit ff8a43c10f1440f07a5faca0c1556921259f7f76 upstream. Make sure to fail properly if the device is not accepted during attach in order to avoid null-pointer derefs (of missing interface private data) at disconnect or release. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed