Message ID | 1400614697-25844-1-git-send-email-linville@tuxdriver.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Am 20.05.2014 21:38, schrieb John W. Linville: > Apparently Oleksij's compile testing was no better than mine initially > was... :-( Face palm. There is really no excuse for me :(
Am 20.05.2014 22:26, schrieb Oleksij Rempel: > Am 20.05.2014 21:38, schrieb John W. Linville: >> Apparently Oleksij's compile testing was no better than mine initially >> was... :-( > > Face palm. There is really no excuse for me :( Hi John, i won't to create my testsystem to make at least good compile tests. Can you share your experience? Do you use some thing like http://jenkins-ci.org/ or have your own scripts? If scripts, can you please share them?
On Wed, May 21, 2014 at 07:17:32AM +0200, Oleksij Rempel wrote: > Am 20.05.2014 22:26, schrieb Oleksij Rempel: > > Am 20.05.2014 21:38, schrieb John W. Linville: > >> Apparently Oleksij's compile testing was no better than mine initially > >> was... :-( > > > > Face palm. There is really no excuse for me :( > > Hi John, > > i won't to create my testsystem to make at least good compile tests. Can > you share your experience? Do you use some thing like > http://jenkins-ci.org/ or have your own scripts? If scripts, can you > please share them? I'm not sure I have much to offer. I usually build with an 'allyesconfig' in the wireless and wireless-next trees, and with a Fedora-like config in wireless-testing. The combination seems to catch some things, but I'm sure there are other bad combinations that slip through... John
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index ca801a0130e1..09a5d72f3ff5 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -378,7 +378,7 @@ void ath9k_htc_get_et_stats(struct ieee80211_hw *hw, #define TX_QSTAT_INC(c) do { } while (0) static inline void ath9k_htc_err_stat_rx(struct ath9k_htc_priv *priv, - struct ath_rx_status *rs); + struct ath_rx_status *rs) { }
Apparently Oleksij's compile testing was no better than mine initially was... :-( Cc: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com> --- drivers/net/wireless/ath/ath9k/htc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)