From: kernel test robot <lkp@intel.com>
To: Mehdi Djait <mehdi.djait@bootlin.com>,
mchehab@kernel.org, heiko@sntech.de, hverkuil-cisco@xs4all.nl,
krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
conor+dt@kernel.org, ezequiel@vanguardiasur.com.ar
Cc: oe-kbuild-all@lists.linux.dev, linux-media@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
thomas.petazzoni@bootlin.com, alexandre.belloni@bootlin.com,
maxime.chevallier@bootlin.com, paul.kocialkowski@bootlin.com,
Mehdi Djait <mehdi.djait@bootlin.com>
Subject: Re: [PATCH v7 2/3] media: rockchip: Add a driver for Rockhip's camera interface
Date: Wed, 11 Oct 2023 03:45:10 +0800 [thread overview]
Message-ID: <202310110303.xXSwhz1o-lkp@intel.com> (raw)
In-Reply-To: <d5f301fe2b72f90aff357b3b6b4de77939f5248d.1696943295.git.mehdi.djait@bootlin.com>
Hi Mehdi,
kernel test robot noticed the following build warnings:
[auto build test WARNING on rockchip/for-next]
[also build test WARNING on linus/master v6.6-rc5 next-20231010]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Mehdi-Djait/media-dt-bindings-media-add-bindings-for-Rockchip-VIP/20231010-211703
base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next
patch link: https://lore.kernel.org/r/d5f301fe2b72f90aff357b3b6b4de77939f5248d.1696943295.git.mehdi.djait%40bootlin.com
patch subject: [PATCH v7 2/3] media: rockchip: Add a driver for Rockhip's camera interface
config: microblaze-allyesconfig (https://download.01.org/0day-ci/archive/20231011/202310110303.xXSwhz1o-lkp@intel.com/config)
compiler: microblaze-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231011/202310110303.xXSwhz1o-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202310110303.xXSwhz1o-lkp@intel.com/
All warnings (new ones prefixed by >>):
drivers/media/platform/rockchip/vip/capture.c: In function 'rk_vip_irq_pingpong':
>> drivers/media/platform/rockchip/vip/capture.c:1134:13: warning: unused variable 'ret' [-Wunused-variable]
1134 | int ret;
| ^~~
vim +/ret +1134 drivers/media/platform/rockchip/vip/capture.c
1127
1128 irqreturn_t rk_vip_irq_pingpong(int irq, void *ctx)
1129 {
1130 struct device *dev = ctx;
1131 struct rk_vip_device *vip_dev = dev_get_drvdata(dev);
1132 struct rk_vip_stream *stream = &vip_dev->stream;
1133 void __iomem *base = vip_dev->base_addr;
> 1134 int ret;
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-10-10 19:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-10 13:15 [PATCH v7 0/3] media: rockchip: Add a driver for Rockchip's " Mehdi Djait
2023-10-10 13:15 ` [PATCH v7 1/3] media: dt-bindings: media: add bindings for Rockchip VIP Mehdi Djait
2023-10-10 15:35 ` Conor Dooley
2023-10-10 19:36 ` Rob Herring
2023-10-10 13:15 ` [PATCH v7 2/3] media: rockchip: Add a driver for Rockhip's camera interface Mehdi Djait
2023-10-10 19:45 ` kernel test robot [this message]
2023-10-10 13:15 ` [PATCH v7 3/3] arm64: dts: rockchip: Add the " Mehdi Djait
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=202310110303.xXSwhz1o-lkp@intel.com \
--to=lkp@intel.com \
--cc=alexandre.belloni@bootlin.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ezequiel@vanguardiasur.com.ar \
--cc=heiko@sntech.de \
--cc=hverkuil-cisco@xs4all.nl \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=maxime.chevallier@bootlin.com \
--cc=mchehab@kernel.org \
--cc=mehdi.djait@bootlin.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=paul.kocialkowski@bootlin.com \
--cc=robh+dt@kernel.org \
--cc=thomas.petazzoni@bootlin.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®