diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2011-04-13 05:12:34 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-13 05:12:34 -0400 |
| commit | 9d5e6bdb3013acfb311ab407eeca0b6a6a3dedbf (patch) | |
| tree | d68b4edd56ed03a4db15d2a0cf9b86f9695c5503 | |
| parent | edb2fd9524cc2a55fb5a2e878b6e4e83f9e63fd0 (diff) | |
ath9k_hw: don't touch with treewide double semicolon removal
This is a partial revert of 6eab04a87677 ("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>
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/phy.h b/drivers/net/wireless/ath/ath9k/phy.h index 3a7cd7523d5c..5e3d7496986e 100644 --- a/drivers/net/wireless/ath/ath9k/phy.h +++ b/drivers/net/wireless/ath/ath9k/phy.h | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | #define RF_BANK_SETUP(_bank, _iniarray, _col) do { \ | 54 | #define RF_BANK_SETUP(_bank, _iniarray, _col) do { \ |
| 55 | int i; \ | 55 | int i; \ |
| 56 | for (i = 0; i < (_iniarray)->ia_rows; i++) \ | 56 | for (i = 0; i < (_iniarray)->ia_rows; i++) \ |
| 57 | (_bank)[i] = INI_RA((_iniarray), i, _col); \ | 57 | (_bank)[i] = INI_RA((_iniarray), i, _col);; \ |
| 58 | } while (0) | 58 | } while (0) |
| 59 | 59 | ||
| 60 | #define AR_PHY_TIMING11_SPUR_FREQ_SD 0x3FF00000 | 60 | #define AR_PHY_TIMING11_SPUR_FREQ_SD 0x3FF00000 |
