[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201706210034.pP4dNbm2%fengguang.wu@intel.com>
Date: Wed, 21 Jun 2017 00:16:53 +0800
From: kbuild test robot <lkp@...el.com>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>
Cc: kbuild-all@...org, Linux PM <linux-pm@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
Linux PCI <linux-pci@...r.kernel.org>,
Linux ACPI <linux-acpi@...r.kernel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH 4/6] PCI / PM: Simplify device wakeup settings code
Hi Rafael,
[auto build test WARNING on pm/linux-next]
[also build test WARNING on next-20170620]
[cannot apply to v4.12-rc6]
[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/Rafael-J-Wysocki/PM-Unify-the-handling-of-device-wakeup-settings/20170620-195729
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
config: x86_64-randconfig-n0-06202146 (attached as .config)
compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All warnings (new ones prefixed by >>):
drivers/pci/pci-mid.c:62:2: error: unknown field 'sleep_wake' specified in initializer
.sleep_wake = mid_pci_sleep_wake,
^
drivers/pci/pci-mid.c:63:2: error: unknown field 'run_wake' specified in initializer
.run_wake = mid_pci_run_wake,
^
>> drivers/pci/pci-mid.c:63:2: warning: initialization from incompatible pointer type [enabled by default]
drivers/pci/pci-mid.c:63:2: warning: (near initialization for 'mid_pci_platform_pm.need_resume') [enabled by default]
vim +63 drivers/pci/pci-mid.c
5823d0893 Andy Shevchenko 2016-06-14 56
c93122548 Lukas Wunner 2016-12-12 57 static const struct pci_platform_pm_ops mid_pci_platform_pm = {
5823d0893 Andy Shevchenko 2016-06-14 58 .is_manageable = mid_pci_power_manageable,
5823d0893 Andy Shevchenko 2016-06-14 59 .set_state = mid_pci_set_power_state,
e8a6123e9 Lukas Wunner 2016-10-23 60 .get_state = mid_pci_get_power_state,
5823d0893 Andy Shevchenko 2016-06-14 61 .choose_state = mid_pci_choose_state,
5823d0893 Andy Shevchenko 2016-06-14 @62 .sleep_wake = mid_pci_sleep_wake,
5823d0893 Andy Shevchenko 2016-06-14 @63 .run_wake = mid_pci_run_wake,
5823d0893 Andy Shevchenko 2016-06-14 64 .need_resume = mid_pci_need_resume,
5823d0893 Andy Shevchenko 2016-06-14 65 };
5823d0893 Andy Shevchenko 2016-06-14 66
:::::: The code at line 63 was first introduced by commit
:::::: 5823d0893ec284f37902e2ecd332dbb396a143d1 x86/platform/intel-mid: Add Power Management Unit driver
:::::: TO: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
:::::: CC: Ingo Molnar <mingo@...nel.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (25308 bytes)
Powered by blists - more mailing lists