From: Greg Kroah-Hartman Date: Fri, 8 Oct 2010 19:25:23 +0000 (-0700) Subject: Staging: brcm80211: sys: wlc_ampdu: fix some comparison warnings X-Git-Tag: v2.6.37-rc1~60^2~3^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=697d600d8fa9d383626041a8dde86555fb758b76;p=pandora-kernel.git Staging: brcm80211: sys: wlc_ampdu: fix some comparison warnings Use min_t() instead of min() in some places to make the comparison explicit and resolve some compiler warnings. Cc: Brett Rudley Cc: Henry Ptasinski Cc: Nohee Ko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed