All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, "Rafael J . Wysocki" <rjw@rjwysocki.net>,
	Len Brown <lenb@kernel.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Hans de Goede <hdegoede@redhat.com>,
	linux-acpi@vger.kernel.org
Subject: Re: [PATCH 1/2] ACPI / LPSS: Call lpss_iosf_exit_d3_state on device activate
Date: Thu, 29 Jun 2017 01:29:08 +0800	[thread overview]
Message-ID: <201706290105.He2iJ5wd%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170626215700.14445-1-hdegoede@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1739 bytes --]

Hi Hans,

[auto build test WARNING on pm/linux-next]
[also build test WARNING on v4.12-rc7 next-20170628]
[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/Hans-de-Goede/ACPI-LPSS-Call-lpss_iosf_exit_d3_state-on-device-activate/20170628-072414
base:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
config: x86_64-randconfig-b0-06282134 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All warnings (new ones prefixed by >>):

>> drivers/acpi/acpi_lpss.c:96: warning: 'lpss_iosf_exit_d3_state' declared 'static' but never defined

vim +96 drivers/acpi/acpi_lpss.c

    80		void (*setup)(struct lpss_private_data *pdata);
    81	};
    82	
    83	static const struct lpss_device_desc lpss_dma_desc = {
    84		.flags = LPSS_CLK,
    85	};
    86	
    87	struct lpss_private_data {
    88		void __iomem *mmio_base;
    89		resource_size_t mmio_size;
    90		unsigned int fixed_clk_rate;
    91		struct clk *clk;
    92		const struct lpss_device_desc *dev_desc;
    93		u32 prv_reg_ctx[LPSS_PRV_REG_COUNT];
    94	};
    95	
  > 96	static void lpss_iosf_exit_d3_state(void);
    97	
    98	/* LPSS run time quirks */
    99	static unsigned int lpss_quirks;
   100	
   101	/*
   102	 * LPSS_QUIRK_ALWAYS_POWER_ON: override power state for LPSS DMA device.
   103	 *
   104	 * The LPSS DMA controller has neither _PS0 nor _PS3 method. Moreover

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 25597 bytes --]

      parent reply	other threads:[~2017-06-28 17:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-26 21:56 [PATCH 1/2] ACPI / LPSS: Call lpss_iosf_exit_d3_state on device activate Hans de Goede
2017-06-26 21:57 ` [PATCH 2/2] ACPI / LPSS: Remove lpss_iosf_enter_d3_state() Hans de Goede
2017-06-27 13:31   ` Andy Shevchenko
2017-06-27 13:56     ` Hans de Goede
2017-06-27 14:38       ` Andy Shevchenko
2017-06-28 17:29 ` kbuild test robot [this message]

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=201706290105.He2iJ5wd%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=hdegoede@redhat.com \
    --cc=kbuild-all@01.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    /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.