From: Rashika Kheria Date: Sat, 26 Oct 2013 17:41:22 +0000 (+0530) Subject: Staging: dwc2: Fix conditional statement since urb->actual_length is never less than... X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6c3422c41274e7d36cb479ded104368687da9b;p=pandora-kernel.git Staging: dwc2: Fix conditional statement since urb->actual_length is never less than zero. This patch fixes the following smatch warning in hcd.c: drivers/staging/dwc2/hcd.c:787 dwc2_assign_and_init_hc() warn: unsigned 'urb->actual_length' is never less than zero. Signed-off-by: Rashika Kheria Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed