From: kernel test robot <lkp@intel.com>
To: Frank Wunderlich <frank-w@public-files.de>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [frank-w-bpi-r2-4.14:pr/192 6/6] drivers/net/ethernet/mediatek/mtk_eth_dbg.c:435:25: warning: variable 'mac' set but not used
Date: Thu, 09 Jul 2026 10:47:00 +0800 [thread overview]
Message-ID: <202607091036.u7NFLeXX-lkp@intel.com> (raw)
tree: https://github.com/frank-w/BPI-R2-4.14 pr/192
head: 2406221a9e06d563d7a7dba094afe4ba8187d5f7
commit: f6261a83d9f211b58713bae33b28f274b6454612 [6/6] net: mediatek: add proprietary debugfs
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20260709/202607091036.u7NFLeXX-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 16.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260709/202607091036.u7NFLeXX-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/202607091036.u7NFLeXX-lkp@intel.com/
All warnings (new ones prefixed by >>):
drivers/net/ethernet/mediatek/mtk_eth_dbg.c: In function 'mtketh_debug_show':
>> drivers/net/ethernet/mediatek/mtk_eth_dbg.c:435:25: warning: variable 'mac' set but not used [-Wunused-but-set-variable=]
435 | struct mtk_mac *mac = 0;
| ^~~
drivers/net/ethernet/mediatek/mtk_eth_dbg.c: In function 'hw_lro_auto_tlb_write':
>> drivers/net/ethernet/mediatek/mtk_eth_dbg.c:1810:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable=]
1810 | int ret;
| ^~~
drivers/net/ethernet/mediatek/mtk_eth_dbg.c: In function 'hw_lro_auto_tlb_dump_v2':
>> drivers/net/ethernet/mediatek/mtk_eth_dbg.c:1903:13: warning: variable 'score' set but not used [-Wunused-but-set-variable=]
1903 | u32 score = 0, ipv4 = 0;
| ^~~~~
vim +/mac +435 drivers/net/ethernet/mediatek/mtk_eth_dbg.c
431
432 static int mtketh_debug_show(struct seq_file *m, void *private)
433 {
434 struct mtk_eth *eth = m->private;
> 435 struct mtk_mac *mac = 0;
436 int i = 0;
437
438 for (i = 0 ; i < MTK_MAX_DEVS ; i++) {
439 if (!eth->mac[i] ||
440 of_phy_is_fixed_link(eth->mac[i]->of_node))
441 continue;
442 mac = eth->mac[i];
443 /* FIXME */
444 /*
445 while (j < 30) {
446 d = _mtk_mdio_read_c22(eth, mac->phy_dev->addr, j);
447
448 seq_printf(m, "phy=%d, reg=0x%08x, data=0x%08x\n",
449 mac->phy_dev->addr, j, d);
450 j++;
451 }
452 */
453 }
454 return 0;
455 }
456
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-07-09 2:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202607091036.u7NFLeXX-lkp@intel.com \
--to=lkp@intel.com \
--cc=frank-w@public-files.de \
--cc=oe-kbuild-all@lists.linux.dev \
/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.