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