From: kernel test robot <lkp@intel.com>
To: Ming Qian <ming.qian@nxp.com>,
mchehab@kernel.org, shawnguo@kernel.org, robh+dt@kernel.org,
s.hauer@pengutronix.de
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
hverkuil-cisco@xs4all.nl, kernel@pengutronix.de,
festevam@gmail.com, linux-imx@nxp.com, aisheng.dong@nxp.com,
linux-media@vger.kernel.org
Subject: Re: [PATCH v10 03/13] media: amphion: add amphion vpu device driver
Date: Fri, 15 Oct 2021 03:54:15 +0800 [thread overview]
Message-ID: <202110150350.LiOiwZMb-lkp@intel.com> (raw)
In-Reply-To: <2a70d55e012874b9a3381e0aca23010edf65b2f4.1634095309.git.ming.qian@nxp.com>
[-- Attachment #1: Type: text/plain, Size: 2844 bytes --]
Hi Ming,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on 64cdf7e5a3aac0e7c9efdb079e74e22875b0419a]
url: https://github.com/0day-ci/linux/commits/Ming-Qian/amphion-video-decoder-encoder-driver/20211013-163124
base: 64cdf7e5a3aac0e7c9efdb079e74e22875b0419a
config: arm64-randconfig-r015-20211014 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 6c76d0101193aa4eb891a6954ff047eda2f9cf71)
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
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://github.com/0day-ci/linux/commit/d009494a2472451fb05646fe6439d7918790be2d
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Ming-Qian/amphion-video-decoder-encoder-driver/20211013-163124
git checkout d009494a2472451fb05646fe6439d7918790be2d
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm64
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/platform/amphion/vpu_drv.c:215:12: warning: no previous prototype for function 'vpu_driver_init' [-Wmissing-prototypes]
int __init vpu_driver_init(void)
^
drivers/media/platform/amphion/vpu_drv.c:215:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int __init vpu_driver_init(void)
^
static
>> drivers/media/platform/amphion/vpu_drv.c:226:13: warning: no previous prototype for function 'vpu_driver_exit' [-Wmissing-prototypes]
void __exit vpu_driver_exit(void)
^
drivers/media/platform/amphion/vpu_drv.c:226:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void __exit vpu_driver_exit(void)
^
static
2 warnings generated.
vim +/vpu_driver_init +215 drivers/media/platform/amphion/vpu_drv.c
214
> 215 int __init vpu_driver_init(void)
216 {
217 int ret;
218
219 ret = platform_driver_register(&hion_vpu_driver);
220 if (ret)
221 return ret;
222
223 return vpu_core_driver_init();
224 }
225
> 226 void __exit vpu_driver_exit(void)
227 {
228 vpu_core_driver_exit();
229 platform_driver_unregister(&hion_vpu_driver);
230 }
231 module_init(vpu_driver_init);
232 module_exit(vpu_driver_exit);
233
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 32100 bytes --]
next prev parent reply other threads:[~2021-10-14 19:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-13 8:27 [PATCH v10 00/13] amphion video decoder/encoder driver Ming Qian
2021-10-13 8:27 ` [PATCH v10 01/13] dt-bindings: media: amphion: add amphion video codec bindings Ming Qian
2021-10-13 18:39 ` Rob Herring
2021-10-14 2:14 ` [EXT] " Ming Qian
2021-10-13 8:27 ` [PATCH v10 02/13] media:Add nv12mt_8l128 and nv12mt_10be_8l128 video format Ming Qian
2021-10-13 8:27 ` [PATCH v10 03/13] media: amphion: add amphion vpu device driver Ming Qian
2021-10-13 22:16 ` Randy Dunlap
2021-10-14 1:49 ` [EXT] " Ming Qian
2021-10-14 19:54 ` kernel test robot [this message]
2021-10-13 8:27 ` [PATCH v10 04/13] media: amphion: add vpu core driver Ming Qian
2021-10-13 8:27 ` [PATCH v10 05/13] media: amphion: implement vpu core communication based on mailbox Ming Qian
2021-10-13 8:27 ` [PATCH v10 06/13] media: amphion: add vpu v4l2 m2m support Ming Qian
2021-10-13 8:27 ` [PATCH v10 07/13] media: amphion: add v4l2 m2m vpu encoder stateful driver Ming Qian
2021-10-13 8:27 ` [PATCH v10 08/13] media: amphion: add v4l2 m2m vpu decoder " Ming Qian
2021-10-13 8:27 ` [PATCH v10 09/13] media: amphion: implement windsor encoder rpc interface Ming Qian
2021-10-13 8:27 ` [PATCH v10 10/13] media: amphion: implement malone decoder " Ming Qian
2021-10-13 8:27 ` [PATCH v10 11/13] ARM64: dts: freescale: imx8q: add imx vpu codec entries Ming Qian
2021-10-13 8:27 ` [PATCH v10 12/13] firmware: imx: scu-pd: imx8q: add vpu mu resources Ming Qian
2021-10-13 8:27 ` [PATCH v10 13/13] MAINTAINERS: add AMPHION VPU CODEC V4L2 driver entry Ming Qian
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=202110150350.LiOiwZMb-lkp@intel.com \
--to=lkp@intel.com \
--cc=aisheng.dong@nxp.com \
--cc=festevam@gmail.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=kbuild-all@lists.01.org \
--cc=kernel@pengutronix.de \
--cc=linux-imx@nxp.com \
--cc=linux-media@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=ming.qian@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@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