mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:3938:28: error: no member named 'ixgbe_dbg_adapter' in 'struct ixgbe_adapter'
@ 2025-11-01  7:35 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-01  7:35 UTC (permalink / raw)
  To: Michal Swiatkowski
  Cc: llvm, oe-kbuild-all, linux-kernel, Tony Nguyen, Przemek Kitszel,
	Simon Horman

Hi Michal,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   ba36dd5ee6fd4643ebbf6ee6eefcecf0b07e35c7
commit: 641585bc978e0a1170ca8f12fbb1468b3874a2db ixgbe: fwlog support for e610
date:   7 weeks ago
config: powerpc-skiroot_defconfig (https://download.01.org/0day-ci/archive/20251101/202511011546.mIG3y3Pt-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project cc271437553452ede002d871d32abc02084341a8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251101/202511011546.mIG3y3Pt-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/202511011546.mIG3y3Pt-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:3938:28: error: no member named 'ixgbe_dbg_adapter' in 'struct ixgbe_adapter'
    3938 |                 .debugfs_root = adapter->ixgbe_dbg_adapter,
         |                                 ~~~~~~~  ^
   1 error generated.


vim +3938 drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c

  3931	
  3932	int ixgbe_fwlog_init(struct ixgbe_hw *hw)
  3933	{
  3934		struct ixgbe_adapter *adapter = hw->back;
  3935		struct libie_fwlog_api api = {
  3936			.pdev = adapter->pdev,
  3937			.send_cmd = __fwlog_send_cmd,
> 3938			.debugfs_root = adapter->ixgbe_dbg_adapter,
  3939			.priv = hw,
  3940		};
  3941	
  3942		if (hw->mac.type != ixgbe_mac_e610)
  3943			return -EOPNOTSUPP;
  3944	
  3945		return libie_fwlog_init(&hw->fwlog, &api);
  3946	}
  3947	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-01  7:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-01  7:35 drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c:3938:28: error: no member named 'ixgbe_dbg_adapter' in 'struct ixgbe_adapter' kernel test robot

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®