From: Jeff Mahoney Date: Tue, 4 Aug 2009 14:26:21 +0000 (-0400) Subject: Staging: rtl8192su: fixup size comparison warning X-Git-Tag: v2.6.32-rc1~668^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f357e6ecbc4696d11539df3fd604c8da59c1e6d1;p=pandora-kernel.git Staging: rtl8192su: fixup size comparison warning sizeof(val) returns type unsigned long. count is already unsigned long, so just use that. This fixes a compile warning. Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed