commit | a96173af521a173f45d3a27fa24265081f12e978 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue Jul 31 00:28:22 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 14:54:59 2007 -0700 |
tree | a3198b3407b09e041aa0b8f7383b18225799cf2e | |
parent | efc9052e01fd316b7bd6b108feff7689c927ebe9 [diff] |
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 <bunk@stusta.de> Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>