linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Longfang Liu <liulongfang@huawei.com>,
	gregkh@linuxfoundation.org, mathias.nyman@intel.com,
	stern@rowland.harvard.edu, liudongdong3@huawei.com
Cc: kbuild-all@lists.01.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org, liulongfang@huawei.com,
	kong.kongxinwei@hisilicon.com, yisen.zhuang@huawei.com
Subject: Re: [PATCH v2] USB:ohci:fix ohci interruption problem
Date: Sun, 11 Apr 2021 06:01:54 +0800	[thread overview]
Message-ID: <202104110540.4QavCjMz-lkp@intel.com> (raw)
In-Reply-To: <1617954422-36617-1-git-send-email-liulongfang@huawei.com>

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

Hi Longfang,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on usb/usb-testing]
[also build test ERROR on v5.12-rc6 next-20210409]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Longfang-Liu/USB-ohci-fix-ohci-interruption-problem/20210409-155150
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
config: i386-randconfig-a012-20210411 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/fa57a31f84453b32378ba3d1410e7a549b5d397d
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Longfang-Liu/USB-ohci-fix-ohci-interruption-problem/20210409-155150
        git checkout fa57a31f84453b32378ba3d1410e7a549b5d397d
        # save the attached .config to linux build tree
        make W=1 ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/usb/core/hcd-pci.c:624:13: error: 'hcd_pci_freeze' undeclared here (not in a function); did you mean 'hcd_pci_resume'?
     624 |  .freeze  = hcd_pci_freeze,
         |             ^~~~~~~~~~~~~~
         |             hcd_pci_resume


vim +624 drivers/usb/core/hcd-pci.c

   618	
   619	const struct dev_pm_ops usb_hcd_pci_pm_ops = {
   620		.suspend	= hcd_pci_suspend,
   621		.suspend_noirq	= hcd_pci_suspend_noirq,
   622		.resume_noirq	= hcd_pci_resume_noirq,
   623		.resume		= hcd_pci_resume,
 > 624		.freeze		= hcd_pci_freeze,
   625		.freeze_noirq	= check_root_hub_suspended,
   626		.thaw_noirq	= NULL,
   627		.thaw		= NULL,
   628		.poweroff	= hcd_pci_suspend,
   629		.poweroff_noirq	= hcd_pci_suspend_noirq,
   630		.restore_noirq	= hcd_pci_resume_noirq,
   631		.restore	= hcd_pci_restore,
   632		.runtime_suspend = hcd_pci_runtime_suspend,
   633		.runtime_resume	= hcd_pci_runtime_resume,
   634	};
   635	EXPORT_SYMBOL_GPL(usb_hcd_pci_pm_ops);
   636	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

      parent reply	other threads:[~2021-04-10 22:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09  7:47 [PATCH v2] USB:ohci:fix ohci interruption problem Longfang Liu
2021-04-09 15:07 ` Alan Stern
2021-04-12  1:14   ` liulongfang
2021-04-10 22:01 ` kernel 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=202104110540.4QavCjMz-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=kong.kongxinwei@hisilicon.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=liudongdong3@huawei.com \
    --cc=liulongfang@huawei.com \
    --cc=mathias.nyman@intel.com \
    --cc=stern@rowland.harvard.edu \
    --cc=yisen.zhuang@huawei.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).