Skip to content

Commit

Permalink
ath9k_hw: don't touch with treewide double semicolon removal
Browse files Browse the repository at this point in the history
This is a partial revert of 6eab04a ("treewide: remove extra
semicolons"). Wireless tree removes the code in question, so
drop the hunk to avoid conflict.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Apr 13, 2011
1 parent edb2fd9 commit 9d5e6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath9k/phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#define RF_BANK_SETUP(_bank, _iniarray, _col) do { \
int i; \
for (i = 0; i < (_iniarray)->ia_rows; i++) \
(_bank)[i] = INI_RA((_iniarray), i, _col); \
(_bank)[i] = INI_RA((_iniarray), i, _col);; \
} while (0)

#define AR_PHY_TIMING11_SPUR_FREQ_SD 0x3FF00000
Expand Down

0 comments on commit 9d5e6bd

Please sign in to comment.