Hi Bot, On Fri, Jan 21, 2022 at 04:59:50PM +0800, kernel test robot wrote: > Hi Sean, > > I love your patch! Yet something to improve: > > [auto build test ERROR on media-tree/master] > [also build test ERROR on next-20220121] > [cannot apply to sunxi/sunxi/for-next v5.16] > [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] > > url: https://github.com/0day-ci/linux/commits/Sean-Young/media-rc-core-rename-ir_raw_event_reset-to-ir_raw_event_overflow/20220121-001937 > base: git://linuxtv.org/media_tree.git master > config: hexagon-randconfig-r041-20220120 (https://download.01.org/0day-ci/archive/20220121/202201211605.1ccb0HNg-lkp@xxxxxxxxx/config) > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project f7b7138a62648f4019c55e4671682af1f851f295) > 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/5b0115b915832b54ebe085c923d73209b1abb364 > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review Sean-Young/media-rc-core-rename-ir_raw_event_reset-to-ir_raw_event_overflow/20220121-001937 > git checkout 5b0115b915832b54ebe085c923d73209b1abb364 > # 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=hexagon SHELL=/bin/bash drivers/media/rc/ > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > All errors (new ones prefixed by >>): > > >> drivers/media/rc/mtk-cir.c:220:2: error: implicit declaration of function 'ir_raw_event_reset' [-Werror,-Wimplicit-function-declaration] > ir_raw_event_reset(ir->rc); > ^ > drivers/media/rc/mtk-cir.c:220:2: note: did you mean 'ir_raw_event_store'? > include/media/rc-core.h:317:5: note: 'ir_raw_event_store' declared here > int ir_raw_event_store(struct rc_dev *dev, struct ir_raw_event *ev); > ^ > 1 error generated. This patch depends on: https://patchwork.linuxtv.org/project/linux-media/patch/20220114150353.195192-2-sean@xxxxxxxx/ With that patch it should build fine. Sean