diff options
author | Michael Buesch <mb@bu3sch.de> | 2009-02-20 19:22:36 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 20:52:52 +0100 |
commit | e59be0b5299ce327d67cfca737b839ef98e0da0e (patch) | |
tree | c85dc5b69d3bdeb1641ebfc7c6cd2ca67d8c143d /drivers/lguest/Kconfig | |
parent | libertas: use private SDIO workqueue to avoid scheduling latency (diff) | |
download | linux-e59be0b5299ce327d67cfca737b839ef98e0da0e.tar.xz linux-e59be0b5299ce327d67cfca737b839ef98e0da0e.zip |
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:
// <smpl>
@@
expression dev, addr, set;
@@
-b43_phy_write(dev, addr, b43_phy_read(dev, addr) | set);
+b43_phy_set(dev, addr, set);
// </smpl>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/lguest/Kconfig')
0 files changed, 0 insertions, 0 deletions