Re: [PATCH V3 1/2] mmc: sdhci: Moving sdhci_o2 into sdhci-pci-o2micro.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Ernest,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on ulf.hansson-mmc/next]
[also build test ERROR on v4.20]
[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/Ernest-Zhang-WH/mmc-sdhci-Moving-sdhci_o2-into-sdhci-pci-o2micro-c/20190102-232703
base:   git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git next
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 8.1.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=8.1.0 make.cross ARCH=ia64 

Note: the linux-review/Ernest-Zhang-WH/mmc-sdhci-Moving-sdhci_o2-into-sdhci-pci-o2micro-c/20190102-232703 HEAD 8704ac493a865db09ca5f4ea50ea7e62cf64f1d9 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> drivers/mmc/host/sdhci-pci-o2micro.c:64:11: error: 'sdhci_pci_o2_probe' undeclared here (not in a function); did you mean 'sdhci_pci_priv'?
     .probe = sdhci_pci_o2_probe,
              ^~~~~~~~~~~~~~~~~~
              sdhci_pci_priv
>> drivers/mmc/host/sdhci-pci-o2micro.c:67:16: error: 'sdhci_pci_o2_probe_slot' undeclared here (not in a function); did you mean 'sdhci_pci_slot'?
     .probe_slot = sdhci_pci_o2_probe_slot,
                   ^~~~~~~~~~~~~~~~~~~~~~~
                   sdhci_pci_slot

vim +64 drivers/mmc/host/sdhci-pci-o2micro.c

    62	
    63	const struct sdhci_pci_fixes sdhci_o2 = {
  > 64		.probe = sdhci_pci_o2_probe,
    65		.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
    66		.quirks2 = SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD,
  > 67		.probe_slot = sdhci_pci_o2_probe_slot,
    68	#ifdef CONFIG_PM_SLEEP
    69		.resume = sdhci_pci_o2_resume,
    70	#endif
    71	};
    72	

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

Attachment: .config.gz
Description: application/gzip


[Index of Archives]     [Linux Memonry Technology]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux