tree:   git://github.com/kvalo/ath ath-next-test
head:   e63c7722823dee72ffa92864ed91d40fd0b99e7b
commit: c791269b6b9e8ae262be6483a0e5b4625060474f [32/40] ath10k: rework posting 
pci rx buffers

drivers/net/wireless/ath/ath10k/pci.c:380 ath10k_pci_rx_replenish() warn: 
mod_timer() takes an absolute time not an offset.

git remote add ath6kl git://github.com/kvalo/ath
git remote update ath6kl
git checkout c791269b6b9e8ae262be6483a0e5b4625060474f
vim +380 drivers/net/wireless/ath/ath10k/pci.c

c791269b6 Michal Kazior 2014-08-12  364         return ret;
c791269b6 Michal Kazior 2014-08-12  365  }
c791269b6 Michal Kazior 2014-08-12  366  
c791269b6 Michal Kazior 2014-08-12  367  static void 
ath10k_pci_rx_replenish(struct ath10k_pci_pipe *pipe)
c791269b6 Michal Kazior 2014-08-12  368  {
c791269b6 Michal Kazior 2014-08-12  369         struct ath10k *ar = 
pipe->hif_ce_state;
c791269b6 Michal Kazior 2014-08-12  370         struct ath10k_pci *ar_pci = 
ath10k_pci_priv(ar);
c791269b6 Michal Kazior 2014-08-12  371         int ret;
c791269b6 Michal Kazior 2014-08-12  372  
c791269b6 Michal Kazior 2014-08-12  373         spin_lock_bh(&ar_pci->ce_lock);
c791269b6 Michal Kazior 2014-08-12  374         ret = 
__ath10k_pci_rx_post_pipe(pipe);
c791269b6 Michal Kazior 2014-08-12  375         
spin_unlock_bh(&ar_pci->ce_lock);
c791269b6 Michal Kazior 2014-08-12  376  
c791269b6 Michal Kazior 2014-08-12  377         if (ret) {
c791269b6 Michal Kazior 2014-08-12  378                 ath10k_warn("failed to 
replenish pci rx pipe %d: %d, arming retry timer\n",
c791269b6 Michal Kazior 2014-08-12  379                             
pipe->pipe_num, ret);
c791269b6 Michal Kazior 2014-08-12 @380                 
mod_timer(&ar_pci->rx_replenish_retry,
c791269b6 Michal Kazior 2014-08-12  381                           
ATH10K_PCI_RX_REPLENISH_RETRY_MS);
c791269b6 Michal Kazior 2014-08-12  382         }
c791269b6 Michal Kazior 2014-08-12  383  }
c791269b6 Michal Kazior 2014-08-12  384  
c791269b6 Michal Kazior 2014-08-12  385  static void 
ath10k_pci_rx_replenish_retry(unsigned long ptr)
c791269b6 Michal Kazior 2014-08-12  386  {
c791269b6 Michal Kazior 2014-08-12  387         struct ath10k *ar = (void *)ptr;
c791269b6 Michal Kazior 2014-08-12  388         struct ath10k_pci *ar_pci = 
ath10k_pci_priv(ar);

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation
_______________________________________________
kbuild mailing list
kbuild@lists.01.org
https://lists.01.org/mailman/listinfo/kbuild

Reply via email to