mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Tomohiro Yoshidomi <typesylph@gmail.com>
Cc: kbuild-all@01.org, dmitry.torokhov@gmail.com,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	sylph23k@gmail.com
Subject: Re: [PATCH v6] Input: psxpad-spi - Add PlayStation 1/2 joypads via SPI interface Driver
Date: Sun, 30 Apr 2017 12:21:55 +0800	[thread overview]
Message-ID: <201704301213.dappppiC%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170430033522.14216-1-sylph23k@gmail.com>

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

Hi Tomohiro,

[auto build test ERROR on input/next]
[also build test ERROR on v4.11-rc8 next-20170428]
[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/Tomohiro-Yoshidomi/Input-psxpad-spi-Add-PlayStation-1-2-joypads-via-SPI-interface-Driver/20170430-114033
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: blackfin-allmodconfig (attached as .config)
compiler: bfin-uclinux-gcc (GCC) 6.2.0
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=blackfin 

All error/warnings (new ones prefixed by >>):

   In file included from include/linux/device.h:25:0,
                    from drivers/input/joystick/psxpad-spi.c:23:
>> drivers/input/joystick/psxpad-spi.c:412:61: error: 'psxpad_spi_resume' undeclared here (not in a function)
    static SIMPLE_DEV_PM_OPS(psxpad_spi_pm, psxpad_spi_suspend, psxpad_spi_resume);
                                                                ^
   include/linux/pm.h:319:12: note: in definition of macro 'SET_SYSTEM_SLEEP_PM_OPS'
     .resume = resume_fn, \
               ^~~~~~~~~
>> drivers/input/joystick/psxpad-spi.c:412:8: note: in expansion of macro 'SIMPLE_DEV_PM_OPS'
    static SIMPLE_DEV_PM_OPS(psxpad_spi_pm, psxpad_spi_suspend, psxpad_spi_resume);
           ^~~~~~~~~~~~~~~~~

vim +/psxpad_spi_resume +412 drivers/input/joystick/psxpad-spi.c

   406	
   407		psxpad_set_motor_level(pad, 0, 0);
   408	
   409		return 0;
   410	}
   411	
 > 412	static SIMPLE_DEV_PM_OPS(psxpad_spi_pm, psxpad_spi_suspend, psxpad_spi_resume);
   413	
   414	static const struct spi_device_id psxpad_spi_id[] = {
   415		{ "psxpad-spi", 0 },

---
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: 43907 bytes --]

      parent reply	other threads:[~2017-04-30  4:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-30  3:35 Tomohiro Yoshidomi
2017-04-30  3:36 ` Tomohiro Yoshidomi
2017-04-30  4:17 ` kbuild test robot
2017-04-30  4:21 ` 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=201704301213.dappppiC%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sylph23k@gmail.com \
    --cc=typesylph@gmail.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

all inboxes | Powered by JetHome®