From: Johan Hovold Date: Mon, 22 Dec 2014 17:39:39 +0000 (+0100) Subject: USB: keyspan: fix null-deref at probe X-Git-Tag: fixes-v4.0-rc1~286^2~1^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=b5122236bba8d7ef62153da5b55cc65d0944c61e;hp=b5122236bba8d7ef62153da5b55cc65d0944c61e;ds=sidebyside USB: keyspan: fix null-deref at probe Fix null-pointer dereference during probe if the interface-status completion handler is called before the individual ports have been set up. Fixes: f79b2d0fe81e ("USB: keyspan: fix NULL-pointer dereferences and memory leaks") Reported-by: Richard Tested-by: Richard Cc: stable Signed-off-by: Johan Hovold ---