[PATCH 1/2] ath10k: improve the firmware download time for QCA6174

kbuild test robot lkp at intel.com
Wed Feb 15 16:20:12 PST 2017


Hi Ryan,

[auto build test ERROR on ath6kl/ath-next]
[also build test ERROR on v4.10-rc8 next-20170215]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/ryanhsu-qca-qualcomm-com/ath10k-improve-the-firmware-download-time-for-QCA6174/20170216-075853
base:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next
config: x86_64-randconfig-x006-201707 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/net/wireless/ath/ath10k/bmi.c: In function 'ath10k_bmi_start':
>> drivers/net/wireless/ath/ath10k/bmi.c:35:3: error: expected ';' before 'ath10k_dbg'
      ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi enable pll ret %d\n", ret);
      ^~~~~~~~~~

vim +35 drivers/net/wireless/ath/ath10k/bmi.c

    29	
    30		ar->bmi.done_sent = false;
    31	
    32		/* Enable hardware clock to speed up firmware download */
    33		if (ar->hw_params.hw_ops->enable_pll_clk) {
    34			ret = ar->hw_params.hw_ops->enable_pll_clk(ar)
  > 35			ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi enable pll ret %d\n", ret);
    36		}
    37	}
    38	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 31869 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/ath10k/attachments/20170216/f2c87e4d/attachment-0001.gz>


More information about the ath10k mailing list