mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: kbuild-all@01.org, Lee Jones <lee.jones@linaro.org>,
	Andrey Smirnov <andrew.smirnov@gmail.com>,
	linux-kernel@vger.kernel.org, cphealy@gmail.com,
	Lucas Stach <l.stach@pengutronix.de>,
	Nikita Yushchenko <nikita.yoush@cogentembedded.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Pavel Machek <pavel@ucw.cz>,
	Andy Shevchenko <andy.shevchenko@gmail.com>,
	Guenter Roeck <linux@roeck-us.net>, Rob Herring <robh@kernel.org>,
	Johan Hovold <johan@kernel.org>,
	Sebastian Reichel <sebastian.reichel@collabora.co.uk>,
	Philippe Ombredanne <pombredanne@nexb.com>
Subject: Re: [PATCH v16 3/5] mfd: Add driver for RAVE Supervisory Processor
Date: Sat, 23 Dec 2017 15:21:26 +0800	[thread overview]
Message-ID: <201712231534.tD54vNky%fengguang.wu@intel.com> (raw)
In-Reply-To: <20171220204517.28313-4-andrew.smirnov@gmail.com>

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

Hi Andrey,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v4.15-rc4]
[cannot apply to next-20171222]
[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/Andrey-Smirnov/ZII-RAVE-platform-driver/20171223-132544
config: i386-allmodconfig (attached as .config)
compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/mfd/rave-sp.c: In function 'csum_ccitt':
>> drivers/mfd/rave-sp.c:227:25: error: implicit declaration of function 'crc_ccitt_false'; did you mean 'crc_ccitt_byte'? [-Werror=implicit-function-declaration]
     const u16 calculated = crc_ccitt_false(0xffff, buf, size);
                            ^~~~~~~~~~~~~~~
                            crc_ccitt_byte
   cc1: some warnings being treated as errors

vim +227 drivers/mfd/rave-sp.c

   224	
   225	static void csum_ccitt(const u8 *buf, size_t size, u8 *crc)
   226	{
 > 227		const u16 calculated = crc_ccitt_false(0xffff, buf, size);
   228	
   229		/*
   230		 * While the rest of the wire protocol is little-endian,
   231		 * CCITT-16 CRC in RDU2 device is sent out in big-endian order.
   232		 */
   233		put_unaligned_be16(calculated, crc);
   234	}
   235	

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

  reply	other threads:[~2017-12-23  7:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-20 20:45 [PATCH v16 0/5] ZII RAVE platform driver Andrey Smirnov
2017-12-20 20:45 ` [PATCH v16 1/5] serdev: Make .remove in struct serdev_device_driver optional Andrey Smirnov
2017-12-20 20:45 ` [PATCH v16 2/5] serdev: Introduce devm_serdev_device_open() Andrey Smirnov
2017-12-20 20:45 ` [PATCH v16 3/5] mfd: Add driver for RAVE Supervisory Processor Andrey Smirnov
2017-12-23  7:21   ` kbuild test robot [this message]
2017-12-20 20:45 ` [PATCH v16 4/5] watchdog: Add RAVE SP watchdog driver Andrey Smirnov
2017-12-20 20:45 ` [PATCH v16 5/5] dt-bindings: watchdog: Add bindings for " Andrey Smirnov
2017-12-20 21:51 ` [PATCH v16 0/5] ZII RAVE platform driver Philippe Ombredanne
2017-12-21  0:20   ` Andrey Smirnov

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=201712231534.tD54vNky%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andrew.smirnov@gmail.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=cphealy@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=johan@kernel.org \
    --cc=kbuild-all@01.org \
    --cc=l.stach@pengutronix.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=nikita.yoush@cogentembedded.com \
    --cc=pavel@ucw.cz \
    --cc=pombredanne@nexb.com \
    --cc=robh@kernel.org \
    --cc=sebastian.reichel@collabora.co.uk \
    /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®