Hi,

[auto build test ERROR on jkirsher-next-queue/dev-queue]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Fengguang-Wu/schedule-function-called-for-e1000-driver-interrupt/20160726-173521
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git 
dev-queue
config: sparc64-allyesconfig (attached as .config)
compiler: sparc64-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget 
https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
 -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All errors (new ones prefixed by >>):

   drivers/net/ethernet/intel/e1000/e1000_main.c: In function 'e1000_intr':
>> drivers/net/ethernet/intel/e1000/e1000_main.c:3800:22: error: 'struct 
>> e1000_adapter' has no member named 'watchdog_timer'
       mod_timer(&adapter->watchdog_timer, jiffies + 1);
                         ^

vim +3800 drivers/net/ethernet/intel/e1000/e1000_main.c

  3794                  return IRQ_HANDLED;
  3795  
  3796          if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
  3797                  hw->get_link_status = 1;
  3798                  /* guard against interrupt when we're going down */
  3799                  if (!test_bit(__E1000_DOWN, &adapter->flags))
> 3800                          mod_timer(&adapter->watchdog_timer, jiffies + 
> 1);
  3801          }
  3802  
  3803          /* disable interrupts, without the synchronize_irq bit */

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data

Reply via email to