]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: brcm80211: phy: wlc_phy_n: fix some comparison warnings
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 19:16:08 +0000 (12:16 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 19:16:08 +0000 (12:16 -0700)
commite9e6727fcc6ef9aee763eaa35cc980f5b3a2a68c
tree52beffd07dbb13652ca5c168c97364cb7867b022
parentc09cc58692f8a6ae341e955c5712884f920b84ab
Staging: brcm80211: phy: wlc_phy_n: 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.d
drivers/staging/brcm80211/phy/wlc_phy_n.c