Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941047AbcKXMhY (ORCPT ); Thu, 24 Nov 2016 07:37:24 -0500 Received: from mail-yw0-f171.google.com ([209.85.161.171]:33488 "EHLO mail-yw0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S940580AbcKXMhW (ORCPT ); Thu, 24 Nov 2016 07:37:22 -0500 MIME-Version: 1.0 In-Reply-To: <201611240109.V3ADXFjW%fengguang.wu@intel.com> References: <57db2af374afdc0a92243eab0e385471eb51bf22.1479903678.git.baolin.wang@linaro.org> <201611240109.V3ADXFjW%fengguang.wu@intel.com> From: Baolin Wang Date: Thu, 24 Nov 2016 20:37:21 +0800 Message-ID: Subject: Re: [PATCH v3 1/2] usb: host: plat: Enable xhci plat runtime PM To: kbuild test robot Cc: kbuild-all@01.org, mathias.nyman@intel.com, Felipe Balbi , Greg KH , Mark Brown , USB , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 26 On 24 November 2016 at 01:39, kbuild test robot wrote: > Hi Baolin, > > [auto build test ERROR on v4.9-rc6] > [also build test ERROR on next-20161123] > [cannot apply to balbi-usb/next usb/usb-testing] > [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/Baolin-Wang/usb-host-plat-Enable-xhci-plat-runtime-PM/20161124-012323 > config: x86_64-randconfig-x008-201647 (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > drivers/usb/host/xhci-plat.c: In function 'xhci_plat_remove': >>> drivers/usb/host/xhci-plat.c:281:28: error: 'pdev' undeclared (first use in this function) > pm_runtime_set_suspended(&pdev->dev); Oops, will fix my mistake in new patch. Please ignore this patch. Sorry. -- Baolin.wang Best Regards