From: Paul Zimmerman Date: Mon, 25 Nov 2013 21:42:46 +0000 (-0800) Subject: staging: dwc2: fix useless test for non-0 X-Git-Tag: v3.14-rc1~150^2~682 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e59e11700c04d822a309917c1b7520bb8578c3;p=pandora-kernel.git staging: dwc2: fix useless test for non-0 In dwc2_xfercomp_isoc_split_in(), the function has already exited if len == 0, so no need to test it again Reported-by: Dan Carpenter Signed-off-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed