All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: Peter Oh <poh@codeaurora.org>
Cc: kbuild test robot <lkp@intel.com>,
	Peter Oh <poh@qca.qualcomm.com>, <linux-wireless@vger.kernel.org>,
	<kbuild-all@01.org>, <ath10k@lists.infradead.org>
Subject: Re: [PATCH 1/3] ath10k: update WMI 10.x service map
Date: Wed, 25 Nov 2015 12:59:11 +0200	[thread overview]
Message-ID: <87wpt6ny4g.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <56550D40.3090603@codeaurora.org> (Peter Oh's message of "Tue, 24 Nov 2015 17:22:08 -0800")

(fixing quotes)

Peter Oh <poh@codeaurora.org> writes:

>>     In file included from include/linux/bitops.h:36:0,
>>                      from include/linux/kernel.h:10,
>>                      from include/asm-generic/bug.h:13,
>>                      from arch/m68k/include/asm/bug.h:28,
>>                      from include/linux/bug.h:4,
>>                      from include/net/mac80211.h:18,
>>                      from drivers/net/wireless/ath/ath10k/mac.h:21,
>>                      from drivers/net/wireless/ath/ath10k/mac.c:18:
>>     drivers/net/wireless/ath/ath10k/wmi.h: In function 'wmi_10x_svc_map':
>>     drivers/net/wireless/ath/ath10k/wmi.h:457:9: error: 'WMI_SERVICE_MESH'
>> undeclared (first use in this function)
>>              WMI_SERVICE_MESH, len);
>>              ^
>>     arch/m68k/include/asm/bitops.h:63:50: note: in definition of macro
>> 'set_bit'
>>      #define set_bit(nr, vaddr) (__builtin_constant_p(nr) ? \
>>                                                       ^
>>>> drivers/net/wireless/ath/ath10k/wmi.h:398:4: note: in expansion of
>> macro '__set_bit'
>>         __set_bit(y, out); \
>>         ^
>
> I believe the robot report is false.
> Am I right?

I think these are false, at least I didn't notice anything when I
applied these to ath.git pending branch.

-- 
Kalle Valo

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: Peter Oh <poh@codeaurora.org>
Cc: ath10k@lists.infradead.org, linux-wireless@vger.kernel.org,
	kbuild test robot <lkp@intel.com>,
	Peter Oh <poh@qca.qualcomm.com>,
	kbuild-all@01.org
Subject: Re: [PATCH 1/3] ath10k: update WMI 10.x service map
Date: Wed, 25 Nov 2015 12:59:11 +0200	[thread overview]
Message-ID: <87wpt6ny4g.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <56550D40.3090603@codeaurora.org> (Peter Oh's message of "Tue, 24 Nov 2015 17:22:08 -0800")

(fixing quotes)

Peter Oh <poh@codeaurora.org> writes:

>>     In file included from include/linux/bitops.h:36:0,
>>                      from include/linux/kernel.h:10,
>>                      from include/asm-generic/bug.h:13,
>>                      from arch/m68k/include/asm/bug.h:28,
>>                      from include/linux/bug.h:4,
>>                      from include/net/mac80211.h:18,
>>                      from drivers/net/wireless/ath/ath10k/mac.h:21,
>>                      from drivers/net/wireless/ath/ath10k/mac.c:18:
>>     drivers/net/wireless/ath/ath10k/wmi.h: In function 'wmi_10x_svc_map':
>>     drivers/net/wireless/ath/ath10k/wmi.h:457:9: error: 'WMI_SERVICE_MESH'
>> undeclared (first use in this function)
>>              WMI_SERVICE_MESH, len);
>>              ^
>>     arch/m68k/include/asm/bitops.h:63:50: note: in definition of macro
>> 'set_bit'
>>      #define set_bit(nr, vaddr) (__builtin_constant_p(nr) ? \
>>                                                       ^
>>>> drivers/net/wireless/ath/ath10k/wmi.h:398:4: note: in expansion of
>> macro '__set_bit'
>>         __set_bit(y, out); \
>>         ^
>
> I believe the robot report is false.
> Am I right?

I think these are false, at least I didn't notice anything when I
applied these to ath.git pending branch.

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

  reply	other threads:[~2015-11-25 10:59 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-24 17:37 [PATCH 0/3] ath10k: introduce Mesh support in native WiFi mode for QCA988X Peter Oh
2015-11-24 17:37 ` Peter Oh
2015-11-24 17:37 ` [PATCH 1/3] ath10k: update WMI 10.x service map Peter Oh
2015-11-24 17:37   ` Peter Oh
2015-11-24 18:08   ` kbuild test robot
2015-11-24 18:08     ` kbuild test robot
2015-11-24 21:19   ` kbuild test robot
2015-11-24 21:19     ` kbuild test robot
2015-11-25  1:22     ` Peter Oh
2015-11-25  1:22       ` Peter Oh
2015-11-25 10:59       ` Kalle Valo [this message]
2015-11-25 10:59         ` Kalle Valo
2015-11-24 17:37 ` [PATCH 2/3] ath10k: introduce new subtypes for proxy STA and Mesh Peter Oh
2015-11-24 17:37   ` Peter Oh
2015-11-24 17:37 ` [PATCH 3/3] ath10k: apply Mesh subtype when Mesh interface created Peter Oh
2015-11-24 17:37   ` Peter Oh
2015-11-24 18:00   ` kbuild test robot
2015-11-24 18:00     ` kbuild test robot
2015-11-24 18:20   ` kbuild test robot
2015-11-24 18:20     ` kbuild test robot
2015-11-30 15:07 ` [PATCH 0/3] ath10k: introduce Mesh support in native WiFi mode for QCA988X Kalle Valo
2015-11-30 15:07   ` Kalle Valo

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=87wpt6ny4g.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@qca.qualcomm.com \
    --cc=ath10k@lists.infradead.org \
    --cc=kbuild-all@01.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=poh@codeaurora.org \
    --cc=poh@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.