From: Ben Hutchings Date: Tue, 3 Jan 2012 12:05:27 +0000 (+0000) Subject: sfc: Use consistent types for filter IDs, indices and search depths X-Git-Tag: v3.3-rc1~182^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3532650f7c53e16c2c177521212b7d54e185a2bd;p=pandora-kernel.git sfc: Use consistent types for filter IDs, indices and search depths Filter IDs are u32 (but never very large) so an ID/error return value should have type s32. Filter indices and search depths are never negative, so should have type unsigned int. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed