From e7e59e11700c04d822a309917c1b7520bb8578c3 Mon Sep 17 00:00:00 2001 From: Paul Zimmerman Date: Mon, 25 Nov 2013 13:42:46 -0800 Subject: [PATCH] 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-format-patch failed