Wenli Looi <wlooi@xxxxxxxxxxx> writes: > One thing I just noticed is that when compiling with CONFIG_ATH_DEBUG, > there is one slight difference in the binary because of this change: > > - "Timeout while waiting for nf to load: AR_PHY_AGC_CONTROL=0x%x\n", > - REG_READ(ah, AR_PHY_AGC_CONTROL)); > + "Timeout while waiting for nf to load: AR_PHY_AGC_CONTROL(ah)=0x%x\n", > + REG_READ(ah, AR_PHY_AGC_CONTROL(ah))); Good catch, I can remove the "(ah)" from the string in the pending branch. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches