From: Michael Buesch Date: Fri, 20 Feb 2009 18:25:05 +0000 (+0100) Subject: b43: Convert usage of b43_phy_mask() X-Git-Tag: v2.6.30-rc1~662^2~460^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac1ea3959f4c6694e92fe18a2ec72cfbed0c71fa;p=pandora-kernel.git b43: Convert usage of b43_phy_mask() This patch converts code to use the new b43_phy_mask() API. The semantic patch that makes this change is as follows: // @@ expression dev, addr, mask; @@ -b43_phy_write(dev, addr, b43_phy_read(dev, addr) & mask); +b43_phy_mask(dev, addr, mask); // Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed