commit | e0423dee897734576cf4cc021165dd4521e9d3cc | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 26 10:29:03 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 26 14:13:19 2012 -0700 |
tree | ccc122d0cd142c68fdaea1545ddf56b17f54ce52 | |
parent | 1994ff405e9c1a8916ca41e093e786262af42b42 [diff] |
USB: uas: fix gcc warning Streamline control flow so it is easier for gcc to follow which paths can be taken and which can't. Fixes "warning: 'cmdinfo' may be used uninitialized in this function" Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>