From: Adrian Bunk Date: Mon, 30 Jul 2007 22:28:22 +0000 (+0200) Subject: USB: Storage: usbat_check_status(): fix check-after-use X-Git-Tag: v2.6.24-rc1~1395^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a96173af521a173f45d3a27fa24265081f12e978;p=pandora-kernel.git USB: Storage: usbat_check_status(): fix check-after-use The Coverity checker spotted that we have already oops'ed if "us" was NULL. Since "us" can't be NULL in the only caller this patch removes the NULL check. Signed-off-by: Adrian Bunk Signed-off-by: Matthew Dharm Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed