diff options
author | Michael Buesch <mb@bu3sch.de> | 2009-02-20 19:31:21 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:52:53 -0500 |
commit | 5f9724dd94d63e26edb02d9f6a4ce1ce35737f14 (patch) | |
tree | 1bdf6d93b958e92936581b6916cf47e29dbd9178 /lib | |
parent | 3718582a663e035af5d2634cd537a012e20cdb3f (diff) |
b43: Convert usage of b43_radio_maskset()
This patch converts code to use the new b43_radio_maskset() API.
The semantic patch that makes this change is as follows:
// <smpl>
@@
expression dev, addr, mask, set;
@@
-b43_radio_write16(dev, addr, (b43_radio_read16(dev, addr) & mask) | set);
+b43_radio_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 'lib')
0 files changed, 0 insertions, 0 deletions