From: kernel test robot <lkp@intel.com>
To: Petko Manolov <petko.manolov@konsulko.com>, linux-media@vger.kernel.org
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
Petko Manolov <petko.manolov@konsulko.com>
Subject: Re: [PATCH v4 1/1] media: ovm6211: Adds support for OVM6211
Date: Mon, 24 Jan 2022 03:06:47 +0800 [thread overview]
Message-ID: <202201240216.kRT3o6Zf-lkp@intel.com> (raw)
In-Reply-To: <20220123142134.3074180-2-petko.manolov@konsulko.com>
Hi Petko,
I love your patch! Perhaps something to improve:
[auto build test WARNING on 68b9bcc8a534cd11fe55f8bc82f948aae7d81b3c]
url: https://github.com/0day-ci/linux/commits/Petko-Manolov/media-ovm6211-Adds-support-for-OVM6211/20220123-222248
base: 68b9bcc8a534cd11fe55f8bc82f948aae7d81b3c
config: i386-randconfig-a013-20220124 (https://download.01.org/0day-ci/archive/20220124/202201240216.kRT3o6Zf-lkp@intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 7b3d30728816403d1fd73cc5082e9fb761262bce)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/0day-ci/linux/commit/87974226cae497656ad966fa391207ce1426615b
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Petko-Manolov/media-ovm6211-Adds-support-for-OVM6211/20220123-222248
git checkout 87974226cae497656ad966fa391207ce1426615b
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/media/i2c/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/media/i2c/ovm6211.c:1007:35: warning: unused variable 'ovm6211_id' [-Wunused-const-variable]
static const struct i2c_device_id ovm6211_id[] = {
^
1 warning generated.
vim +/ovm6211_id +1007 drivers/media/i2c/ovm6211.c
1006
> 1007 static const struct i2c_device_id ovm6211_id[] = {
1008 { "ovm6211", 0 },
1009 {},
1010 };
1011 MODULE_DEVICE_TABLE(i2c, ovm6211_id);
1012
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
parent reply other threads:[~2022-01-23 19:07 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20220123142134.3074180-2-petko.manolov@konsulko.com>]
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=202201240216.kRT3o6Zf-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-media@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=petko.manolov@konsulko.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).