From: Greg Kroah-Hartman Date: Sat, 7 Mar 2009 05:31:03 +0000 (-0800) Subject: USB: make actual_length in struct urb field u32 X-Git-Tag: v2.6.30-rc1~670^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c209e6782ca0e3046803fc04a5ac01c8c10437a;p=pandora-kernel.git USB: make actual_length in struct urb field u32 actual_length should also be a u32 and not a signed value. This patch changes this field to be 'u32' to prevent any potential negative conversion and comparison errors. This triggered a few compiler warning messages when these fields were being used with the min macro, so they have also been fixed up in this patch. Cc: Roel Kluin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed