From: Greg Kroah-Hartman Date: Fri, 8 Oct 2010 19:37:39 +0000 (-0700) Subject: Staging: brcm80211: brcmfmac: fix some comparison warnings X-Git-Tag: v2.6.37-rc1~60^2~3^2~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b61640d1acba9e2405c4887717fd00286f70c395;p=pandora-kernel.git Staging: brcm80211: brcmfmac: 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