Re: [PATCH] [media] sir_ir: annotate hardware config module parameters

2017-06-07 Thread kbuild test robot
Hi Sean, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.12-rc4 next-20170607] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] [media] sir_ir: annotate hardware config module parameters

2017-06-07 Thread Sean Young
sir_ir.c:406:1: warning: data definition has no type or > storage class > module_param_hw(irq, int, 0444); > ^~~ > drivers/media/rc/sir_ir.c:406:1: error: type defaults to 'int' in declaration > of 'module_param_hw' [-Werror=implicit-int] > > Please check. Oh

Re: [PATCH] [media] sir_ir: annotate hardware config module parameters

2017-06-07 Thread Mauro Carvalho Chehab
Em Tue, 6 Jun 2017 16:18:19 +0100 Sean Young escreveu: > This module was merged after commit 5a8fc6a3cebb ("Annotate hardware > config module parameters in drivers/media/"), so add add the missing > hardware annotations. This patch seems wrong: drivers/media/rc/sir_ir.c:403:1:

[PATCH] [media] sir_ir: annotate hardware config module parameters

2017-06-06 Thread Sean Young
This module was merged after commit 5a8fc6a3cebb ("Annotate hardware config module parameters in drivers/media/"), so add add the missing hardware annotations. Signed-off-by: Sean Young --- drivers/media/rc/sir_ir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff