From: kernel test robot <lkp@intel.com>
To: Andrey Skvortsov <andrej.skvortzov@gmail.com>,
Ping-Ke Shih <pkshih@realtek.com>, Kalle Valo <kvalo@kernel.org>,
linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
Bitterblue Smith <rtl8821cerfe2@gmail.com>,
Fiona Klute <fiona.klute@gmx.de>
Cc: oe-kbuild-all@lists.linux.dev,
Andrey Skvortsov <andrej.skvortzov@gmail.com>
Subject: Re: [PATCH v2 1/2] wifi: rtw88: introduce callback to override phy parameters from tables
Date: Fri, 11 Jul 2025 07:17:27 +0800 [thread overview]
Message-ID: <202507110636.fqI1Fyh7-lkp@intel.com> (raw)
In-Reply-To: <20250709223159.2787192-2-andrej.skvortzov@gmail.com>
Hi Andrey,
kernel test robot noticed the following build warnings:
[auto build test WARNING on wireless-next/main]
[also build test WARNING on wireless/main linus/master v6.16-rc5 next-20250710]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Andrey-Skvortsov/wifi-rtw88-introduce-callback-to-override-phy-parameters-from-tables/20250710-063838
base: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main
patch link: https://lore.kernel.org/r/20250709223159.2787192-2-andrej.skvortzov%40gmail.com
patch subject: [PATCH v2 1/2] wifi: rtw88: introduce callback to override phy parameters from tables
config: x86_64-rhel-9.4 (https://download.01.org/0day-ci/archive/20250711/202507110636.fqI1Fyh7-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250711/202507110636.fqI1Fyh7-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202507110636.fqI1Fyh7-lkp@intel.com/
All warnings (new ones prefixed by >>):
drivers/net/wireless/realtek/rtw88/mac.c: In function 'rtw_mac_postinit':
>> drivers/net/wireless/realtek/rtw88/mac.c:1416:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
1416 | int ret = 0;
| ^~~
vim +/ret +1416 drivers/net/wireless/realtek/rtw88/mac.c
1412
1413 int rtw_mac_postinit(struct rtw_dev *rtwdev)
1414 {
1415 const struct rtw_chip_info *chip = rtwdev->chip;
> 1416 int ret = 0;
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-07-10 23:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 22:31 [PATCH v2 0/2] wifi: rtw88: enable TX reports for the management queue Andrey Skvortsov
2025-07-09 22:31 ` [PATCH v2 1/2] wifi: rtw88: introduce callback to override phy parameters from tables Andrey Skvortsov
2025-07-10 4:46 ` Ping-Ke Shih
2025-07-10 23:17 ` kernel test robot [this message]
2025-07-09 22:31 ` [PATCH v2 2/2] wifi: rtw88: enable TX reports for the management queue Andrey Skvortsov
2025-07-10 4:50 ` Ping-Ke Shih
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=202507110636.fqI1Fyh7-lkp@intel.com \
--to=lkp@intel.com \
--cc=andrej.skvortzov@gmail.com \
--cc=fiona.klute@gmx.de \
--cc=kvalo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pkshih@realtek.com \
--cc=rtl8821cerfe2@gmail.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
all inboxes | Powered by JetHome®