From: Dan Carpenter Date: Wed, 1 Feb 2012 07:43:31 +0000 (+0300) Subject: ath9k: cleanup a min_t() cast X-Git-Tag: v3.4-rc1~177^2~112^2~323 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291689fcfbf0046d17c83c36fc983400f499dec3;p=pandora-kernel.git ath9k: cleanup a min_t() cast If the firmware was over 2G, it would cause memory corruption and the system would die here. Obviously we all know the firmware isn't going to be that large but static checkers get upset. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed