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