From: Johannes Berg Date: Mon, 28 Oct 2013 18:29:38 +0000 (+0100) Subject: iwlwifi: transport config n_no_reclaim_cmds should be unsigned X-Git-Tag: v3.13-rc1~105^2~23^2^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84cf0e620705e124e209e04ad55d2d6460b12188;p=pandora-kernel.git iwlwifi: transport config n_no_reclaim_cmds should be unsigned The number of commands can never be negative, so it should be using an unsigned type. This also shuts up an smatch warning elsewhere in the code. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed