[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201812020441.JEiNv6zf%fengguang.wu@intel.com>
Date: Sun, 2 Dec 2018 04:34:16 +0800
From: kbuild test robot <lkp@...el.com>
To: Yangtao Li <tiny.windzz@...il.com>
Cc: kbuild-all@...org, kyungmin.park@...sung.com,
s.nawrocki@...sung.com, mchehab@...nel.org, kgene@...nel.org,
krzk@...nel.org, fabien.dessenne@...com,
jean-christophe.trotin@...com, linux-media@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
Yangtao Li <tiny.windzz@...il.com>
Subject: Re: [PATCH] media: remove bdisp_dbg_declare() and hva_dbg_declare()
Hi Yangtao,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on v4.20-rc4 next-20181130]
[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/Yangtao-Li/media-remove-bdisp_dbg_declare-and-hva_dbg_declare/20181202-033340
base: git://linuxtv.org/media_tree.git master
config: xtensa-allyesconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 8.1.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=8.1.0 make.cross ARCH=xtensa
All errors (new ones prefixed by >>):
drivers/media//platform/exynos4-is/fimc-is.c: In function 'fimc_is_debugfs_open':
>> drivers/media//platform/exynos4-is/fimc-is.c:757:27: error: 'fimc_is_log_show' undeclared (first use in this function); did you mean 'fimc_is_show'?
return single_open(file, fimc_is_log_show, inode->i_private);
^~~~~~~~~~~~~~~~
fimc_is_show
drivers/media//platform/exynos4-is/fimc-is.c:757:27: note: each undeclared identifier is reported only once for each function it appears in
At top level:
drivers/media//platform/exynos4-is/fimc-is.c:755:12: warning: 'fimc_is_debugfs_open' defined but not used [-Wunused-function]
static int fimc_is_debugfs_open(struct inode *inode, struct file *file)
^~~~~~~~~~~~~~~~~~~~
vim +757 drivers/media//platform/exynos4-is/fimc-is.c
9a761e43 Sylwester Nawrocki 2013-03-11 754
9a761e43 Sylwester Nawrocki 2013-03-11 755 static int fimc_is_debugfs_open(struct inode *inode, struct file *file)
9a761e43 Sylwester Nawrocki 2013-03-11 756 {
9a761e43 Sylwester Nawrocki 2013-03-11 @757 return single_open(file, fimc_is_log_show, inode->i_private);
9a761e43 Sylwester Nawrocki 2013-03-11 758 }
9a761e43 Sylwester Nawrocki 2013-03-11 759
:::::: The code at line 757 was first introduced by commit
:::::: 9a761e436843f228eaa2decda6d2c6dbd5ef1480 [media] exynos4-is: Add Exynos4x12 FIMC-IS driver
:::::: TO: Sylwester Nawrocki <s.nawrocki@...sung.com>
:::::: CC: Mauro Carvalho Chehab <mchehab@...hat.com>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (55747 bytes)
Powered by blists - more mailing lists