From: Dan Carpenter Date: Wed, 29 Feb 2012 06:36:57 +0000 (+0300) Subject: rndis_wlan: make some variables unsigned X-Git-Tag: v3.4-rc1~177^2~108^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551d6fe6cb67ea6f7ca4425a5085b05d34f39730;p=pandora-kernel.git rndis_wlan: make some variables unsigned These variables can never be less than zero because we cap them in get_device_pmkids(). Let's make them unsigned here because it's simpler to not have to worry about negative numbers when we read the code. Signed-off-by: Dan Carpenter Acked-by: Jussi Kivilinna Signed-off-by: John W. Linville --- Reading git-diff-tree failed