linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Cc: kbuild-all@01.org,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	linux-media@vger.kernel.org,
	Masami Hiramatsu <masami.hiramatsu@linaro.org>,
	Jassi Brar <jaswinder.singh@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Subject: Re: [PATCH v4] media: dvb-frontends: add Socionext SC1501A ISDB-S/T demodulator driver
Date: Thu, 19 Jul 2018 06:18:58 +0800	[thread overview]
Message-ID: <201807190505.kWqmZxPb%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180718010614.18585-1-suzuki.katsuhiro@socionext.com>

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

Hi Katsuhiro,

I love your patch! Yet something to improve:

[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.18-rc5 next-20180718]
[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/Katsuhiro-Suzuki/media-dvb-frontends-add-Socionext-SC1501A-ISDB-S-T-demodulator-driver/20180719-045753
base:   git://linuxtv.org/media_tree.git master
config: x86_64-randconfig-u0-07190437 (attached as .config)
compiler: gcc-5 (Debian 5.5.0-3) 5.4.1 20171010
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/media/dvb-frontends/sc1501a.c:646:3: error: unknown field 'frequency_min_hz' specified in initializer
      .frequency_min_hz =  470 * MHz,
      ^
>> drivers/media/dvb-frontends/sc1501a.c:646:30: error: 'MHz' undeclared here (not in a function)
      .frequency_min_hz =  470 * MHz,
                                 ^
>> drivers/media/dvb-frontends/sc1501a.c:647:3: error: unknown field 'frequency_max_hz' specified in initializer
      .frequency_max_hz = 2071 * MHz,
      ^

vim +/frequency_min_hz +646 drivers/media/dvb-frontends/sc1501a.c

   641	
   642	static const struct dvb_frontend_ops sc1501a_ops = {
   643		.delsys = { SYS_ISDBS, SYS_ISDBT },
   644		.info = {
   645			.name = "Socionext SC1501A",
 > 646			.frequency_min_hz =  470 * MHz,
 > 647			.frequency_max_hz = 2071 * MHz,
   648			.symbol_rate_min  = 28860000,
   649			.symbol_rate_max  = 28860000,
   650			.caps = FE_CAN_INVERSION_AUTO | FE_CAN_FEC_AUTO |
   651				FE_CAN_QAM_AUTO | FE_CAN_TRANSMISSION_MODE_AUTO |
   652				FE_CAN_GUARD_INTERVAL_AUTO | FE_CAN_HIERARCHY_AUTO,
   653		},
   654	
   655		.sleep                   = sc1501a_sleep,
   656		.set_frontend            = sc1501a_set_frontend,
   657		.get_tune_settings       = sc1501a_get_tune_settings,
   658		.read_status             = sc1501a_read_status,
   659	};
   660	

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

  parent reply	other threads:[~2018-07-18 22:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-18  1:06 [PATCH v4] media: dvb-frontends: add Socionext SC1501A ISDB-S/T demodulator driver Katsuhiro Suzuki
2018-07-18 22:09 ` kbuild test robot
2018-07-18 22:18 ` kbuild test robot [this message]
2018-07-23  8:51 ` Katsuhiro Suzuki

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=201807190505.kWqmZxPb%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=jaswinder.singh@linaro.org \
    --cc=kbuild-all@01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=masami.hiramatsu@linaro.org \
    --cc=mchehab+samsung@kernel.org \
    --cc=suzuki.katsuhiro@socionext.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).