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