]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: brcm80211: sys: wlc_ampdu: fix some comparison warnings
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 19:25:23 +0000 (12:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 19:25:23 +0000 (12:25 -0700)
commit697d600d8fa9d383626041a8dde86555fb758b76
tree842b25a68fdad188e9e213a1f5b80ac47ed91728
parente9e6727fcc6ef9aee763eaa35cc980f5b3a2a68c
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 <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/sys/wlc_ampdu.c