On Wed, Jul 21, 2010 at 06:05:22PM +0200, Michael Büsch wrote: > On 07/21/2010 05:45 PM, John W. Linville wrote: > >diff --git a/drivers/net/wireless/b43/phy_g.c b/drivers/net/wireless/b43/phy_g.c > >index 29bf34c..0dc33b6 100644 > >--- a/drivers/net/wireless/b43/phy_g.c > >+++ b/drivers/net/wireless/b43/phy_g.c > >@@ -972,7 +972,7 @@ b43_radio_interference_mitigation_enable(struct b43_wldev *dev, int mode) > > b43_phy_maskset(dev, 0x04A2, 0xFFF0, 0x000B); > > > > if (phy->rev>= 3) { > >- b43_phy_mask(dev, 0x048A, (u16)~0x8000); > >+ b43_phy_mask(dev, 0x048A, 0x7FFF); > > This cast was introduced to silense a GCC warning. Do we end up in an > infinite loop now? ;) This version has the beauty of pleasing both gcc and sparse. :-) John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html