git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b02f41
)
b43: Convert usage of b43_phy_set()
author
Michael Buesch
<mb@bu3sch.de>
Fri, 20 Feb 2009 18:22:36 +0000
(19:22 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 27 Feb 2009 19:52:52 +0000
(14:52 -0500)
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>
No differences found