aboutsummaryrefslogtreecommitdiff
path: root/mm/util.c
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2009-02-20 19:26:27 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-02-27 14:52:52 -0500
commit76e190cd4b3b9e79096df153edb04092433a797b (patch)
treed9235b56b77e4272db32affaf39950e08c56ade8 /mm/util.c
parentac1ea3959f4c6694e92fe18a2ec72cfbed0c71fa (diff)
b43: Convert usage of b43_phy_maskset()
This patch converts code to use the new b43_phy_maskset() API. The semantic patch that makes this change is as follows: // <smpl> @@ expression dev, addr, mask, set; @@ -b43_phy_write(dev, addr, (b43_phy_read(dev, addr) & mask) | set); +b43_phy_maskset(dev, addr, mask, set); // </smpl> Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'mm/util.c')
0 files changed, 0 insertions, 0 deletions