devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, sakari.ailus@iki.fi, sre@kernel.org,
	pali.rohar@gmail.com, pavel@ucw.cz, linux-media@vger.kernel.org,
	robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	mchehab@osg.samsung.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Subject: Re: [PATCH v2 1/2] media: Driver for Toshiba et8ek8 5MP sensor
Date: Sat, 11 Jun 2016 22:02:24 +0800	[thread overview]
Message-ID: <201606112237.i9ZCf9aD%fengguang.wu@intel.com> (raw)
In-Reply-To: <1465643680-21866-2-git-send-email-ivo.g.dimitrov.75@gmail.com>

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

Hi,

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.7-rc2 next-20160609]
[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/Ivaylo-Dimitrov/media-add-et8ek8-camera-sensor-driver-and-documentation/20160611-191922
base:   git://linuxtv.org/media_tree.git master
config: m32r-allyesconfig (attached as .config)
compiler: m32r-linux-gcc (GCC) 4.9.0
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=m32r 

All errors (new ones prefixed by >>):

>> drivers/media/i2c/et8ek8/et8ek8_driver.c:1580:9: error: lvalue required as unary '&' operand
      .pm = &et8ek8_pm_ops,
            ^

vim +1580 drivers/media/i2c/et8ek8/et8ek8_driver.c

  1574	};
  1575	MODULE_DEVICE_TABLE(i2c, et8ek8_id_table);
  1576	
  1577	static struct i2c_driver et8ek8_i2c_driver = {
  1578		.driver		= {
  1579			.name	= ET8EK8_NAME,
> 1580			.pm	= &et8ek8_pm_ops,
  1581			.of_match_table	= et8ek8_of_table,
  1582		},
  1583		.probe		= et8ek8_probe,

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 35841 bytes --]

  reply	other threads:[~2016-06-11 14:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-11 11:14 [PATCH v2 0/2] media: add et8ek8 camera sensor driver and documentation Ivaylo Dimitrov
     [not found] ` <1465643680-21866-1-git-send-email-ivo.g.dimitrov.75-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-06-11 11:14   ` [PATCH v2 1/2] media: Driver for Toshiba et8ek8 5MP sensor Ivaylo Dimitrov
2016-06-11 14:02     ` kbuild test robot [this message]
2016-06-11 11:14   ` [PATCH v2 2/2] media: et8ek8: Add documentation Ivaylo Dimitrov

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=201606112237.i9ZCf9aD%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=ivo.g.dimitrov.75@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mchehab@osg.samsung.com \
    --cc=pali.rohar@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sakari.ailus@iki.fi \
    --cc=sre@kernel.org \
    /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).