From: kbuild test robot <lkp@intel.com>
To: ryanhsu@qca.qualcomm.com
Cc: kbuild-all@01.org, ath10k@lists.infradead.org,
linux-wireless@vger.kernel.org, lenb@kernel.org,
ryanhsu@qca.qualcomm.com
Subject: Re: [PATCH 1/2] ath10k: improve the firmware download time for QCA6174
Date: Thu, 16 Feb 2017 08:20:12 +0800 [thread overview]
Message-ID: <201702160804.yQwTnMp6%fengguang.wu@intel.com> (raw)
In-Reply-To: <1487202638-13244-1-git-send-email-ryanhsu@qca.qualcomm.com>
[-- Attachment #1: Type: text/plain, Size: 1450 bytes --]
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
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31869 bytes --]
prev parent reply other threads:[~2017-02-16 0:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-15 23:50 [PATCH 1/2] ath10k: improve the firmware download time for QCA6174 ryanhsu
2017-02-15 23:50 ` [PATCH 2/2] ath10k: improve the firmware download time for QCA9377 ryanhsu
2017-02-16 0:20 ` kbuild test robot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201702160804.yQwTnMp6%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=ath10k@lists.infradead.org \
--cc=kbuild-all@01.org \
--cc=lenb@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=ryanhsu@qca.qualcomm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox