From: stephen hemminger Date: Wed, 23 Feb 2011 09:06:49 +0000 (+0000) Subject: atl1[ce]: fix sparse warnings X-Git-Tag: v2.6.39-rc1~468^2~286 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81b504b81437457614ce44ce0dac48038d35f859;p=pandora-kernel.git atl1[ce]: fix sparse warnings The dmaw_block is an enum and max_pay_load is u32. Therefore sparse gives warning about comparison of unsigned and signed value. Resolve by using min_t to force cast. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed