From: Michael Buesch Date: Fri, 20 Feb 2009 18:26:27 +0000 (+0100) Subject: b43: Convert usage of b43_phy_maskset() X-Git-Tag: v2.6.30-rc1~662^2~460^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e190cd4b3b9e79096df153edb04092433a797b;p=pandora-kernel.git 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: // @@ expression dev, addr, mask, set; @@ -b43_phy_write(dev, addr, (b43_phy_read(dev, addr) & mask) | set); +b43_phy_maskset(dev, addr, mask, set); // Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed