All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: kernel test robot <lkp@intel.com>
Cc: Benjamin Li <benl@squareup.com>,
	kbuild-all@lists.01.org, ath10k@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [kvalo-ath:pending 53/53] drivers/net/wireless/ath/wcn36xx/txrx.c:275:42: error: variable 'sband' set but not used
Date: Wed, 03 Nov 2021 10:03:47 +0200	[thread overview]
Message-ID: <875yt9sm1o.fsf@codeaurora.org> (raw)
In-Reply-To: <202111022135.B8TpALyf-lkp@intel.com> (kernel test robot's message of "Tue, 2 Nov 2021 21:56:46 +0800")

kernel test robot <lkp@intel.com> writes:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
> head:   1619f62ef8c1766f887eeef36f4d03f01c16b4c9
> commit: 1619f62ef8c1766f887eeef36f4d03f01c16b4c9 [53/53] wcn36xx: fix RX BD rate mapping for 5GHz legacy rates
> config: arc-allyesconfig (attached as .config)
> compiler: arceb-elf-gcc (GCC) 11.2.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?id=1619f62ef8c1766f887eeef36f4d03f01c16b4c9
>         git remote add kvalo-ath https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
>         git fetch --no-tags kvalo-ath pending
>         git checkout 1619f62ef8c1766f887eeef36f4d03f01c16b4c9
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=arc 
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
>    drivers/net/wireless/ath/wcn36xx/txrx.c: In function 'wcn36xx_rx_skb':
>>> drivers/net/wireless/ath/wcn36xx/txrx.c:275:42: error: variable 'sband' set but not used [-Werror=unused-but-set-variable]
>      275 |         struct ieee80211_supported_band *sband;
>          |                                          ^~~~~
>    cc1: all warnings being treated as errors

This is a warning in the pending branch. I'll drop this version,
Benjamin please fix the warning in v2.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: kernel test robot <lkp@intel.com>
Cc: Benjamin Li <benl@squareup.com>,
	kbuild-all@lists.01.org, ath10k@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [kvalo-ath:pending 53/53] drivers/net/wireless/ath/wcn36xx/txrx.c:275:42: error: variable 'sband' set but not used
Date: Wed, 03 Nov 2021 10:03:47 +0200	[thread overview]
Message-ID: <875yt9sm1o.fsf@codeaurora.org> (raw)
In-Reply-To: <202111022135.B8TpALyf-lkp@intel.com> (kernel test robot's message of "Tue, 2 Nov 2021 21:56:46 +0800")

kernel test robot <lkp@intel.com> writes:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
> head:   1619f62ef8c1766f887eeef36f4d03f01c16b4c9
> commit: 1619f62ef8c1766f887eeef36f4d03f01c16b4c9 [53/53] wcn36xx: fix RX BD rate mapping for 5GHz legacy rates
> config: arc-allyesconfig (attached as .config)
> compiler: arceb-elf-gcc (GCC) 11.2.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?id=1619f62ef8c1766f887eeef36f4d03f01c16b4c9
>         git remote add kvalo-ath https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
>         git fetch --no-tags kvalo-ath pending
>         git checkout 1619f62ef8c1766f887eeef36f4d03f01c16b4c9
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=arc 
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
>    drivers/net/wireless/ath/wcn36xx/txrx.c: In function 'wcn36xx_rx_skb':
>>> drivers/net/wireless/ath/wcn36xx/txrx.c:275:42: error: variable 'sband' set but not used [-Werror=unused-but-set-variable]
>      275 |         struct ieee80211_supported_band *sband;
>          |                                          ^~~~~
>    cc1: all warnings being treated as errors

This is a warning in the pending branch. I'll drop this version,
Benjamin please fix the warning in v2.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: kbuild-all@lists.01.org
Subject: Re: [kvalo-ath:pending 53/53] drivers/net/wireless/ath/wcn36xx/txrx.c:275:42: error: variable 'sband' set but not used
Date: Wed, 03 Nov 2021 10:03:47 +0200	[thread overview]
Message-ID: <875yt9sm1o.fsf@codeaurora.org> (raw)
In-Reply-To: <202111022135.B8TpALyf-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1842 bytes --]

kernel test robot <lkp@intel.com> writes:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
> head:   1619f62ef8c1766f887eeef36f4d03f01c16b4c9
> commit: 1619f62ef8c1766f887eeef36f4d03f01c16b4c9 [53/53] wcn36xx: fix RX BD rate mapping for 5GHz legacy rates
> config: arc-allyesconfig (attached as .config)
> compiler: arceb-elf-gcc (GCC) 11.2.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?id=1619f62ef8c1766f887eeef36f4d03f01c16b4c9
>         git remote add kvalo-ath https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
>         git fetch --no-tags kvalo-ath pending
>         git checkout 1619f62ef8c1766f887eeef36f4d03f01c16b4c9
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=arc 
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
>    drivers/net/wireless/ath/wcn36xx/txrx.c: In function 'wcn36xx_rx_skb':
>>> drivers/net/wireless/ath/wcn36xx/txrx.c:275:42: error: variable 'sband' set but not used [-Werror=unused-but-set-variable]
>      275 |         struct ieee80211_supported_band *sband;
>          |                                          ^~~~~
>    cc1: all warnings being treated as errors

This is a warning in the pending branch. I'll drop this version,
Benjamin please fix the warning in v2.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2021-11-03  8:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-02 13:56 [kvalo-ath:pending 53/53] drivers/net/wireless/ath/wcn36xx/txrx.c:275:42: error: variable 'sband' set but not used kernel test robot
2021-11-02 13:56 ` kernel test robot
2021-11-02 13:56 ` kernel test robot
2021-11-03  8:03 ` Kalle Valo [this message]
2021-11-03  8:03   ` Kalle Valo
2021-11-03  8:03   ` Kalle Valo
2021-11-03 15:02   ` Benjamin Li
2021-11-03 15:02     ` Benjamin Li
2021-11-03 15:02     ` Benjamin Li

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=875yt9sm1o.fsf@codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=ath10k@lists.infradead.org \
    --cc=benl@squareup.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.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.