From: Javier Martinez Canillas Date: Fri, 11 Mar 2011 02:55:28 +0000 (-0800) Subject: staging: ath6kl: Cast variable to size_t to avoid compile warning X-Git-Tag: v2.6.39-rc1~469^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7702c36072072427db2166cc6e68bfc52b4209bb;p=pandora-kernel.git staging: ath6kl: Cast variable to size_t to avoid compile warning The min() macro does strict type-checking so use min_t() instead to silence a compile warning. Cc: Naveen Singh Signed-off-by: Javier Martinez Canillas Signed-off-by: Luis R. Rodriguez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed