Re: [PATCH] staging: media: omap4iss: Remove unused macro functions

2021-04-14 Thread Hans Verkuil
On 13/04/2021 20:21, ascordeiro wrote: > Em ter, 2021-04-13 às 17:06 +0200, Hans Verkuil escreveu: >> On 12/04/2021 15:42, Aline Santana Cordeiro wrote: >>> Remove unused macro functions "to_iss_device()", "to_device()", >>> and "v4l2_dev_to_iss_device(dev)". >> >> 'git grep to_iss_device drivers/s

Re: [PATCH] staging: media: omap4iss: Remove unused macro functions

2021-04-13 Thread ascordeiro
Em ter, 2021-04-13 às 17:06 +0200, Hans Verkuil escreveu: > On 12/04/2021 15:42, Aline Santana Cordeiro wrote: > > Remove unused macro functions "to_iss_device()", "to_device()", > > and "v4l2_dev_to_iss_device(dev)". > > 'git grep to_iss_device drivers/staging/omap4iss' gives me lots of > hits! >

Re: [PATCH] staging: media: omap4iss: Remove unused macro functions

2021-04-13 Thread Hans Verkuil
On 12/04/2021 15:42, Aline Santana Cordeiro wrote: > Remove unused macro functions "to_iss_device()", "to_device()", > and "v4l2_dev_to_iss_device(dev)". 'git grep to_iss_device drivers/staging/omap4iss' gives me lots of hits! Same for to_device. Only v4l2_dev_to_iss_device appears to be unused.

Re: [PATCH] staging: media: omap4iss: Remove unused macro functions

2021-04-12 Thread kernel test robot
Hi Aline, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Aline-Santana-Cordeiro/staging-media-omap4iss-Remove-unused-macro-functions/20210412-214331 base: https://git.kernel.org/pub/scm/lin

[PATCH] staging: media: omap4iss: Remove unused macro functions

2021-04-12 Thread Aline Santana Cordeiro
Remove unused macro functions "to_iss_device()", "to_device()", and "v4l2_dev_to_iss_device(dev)". Signed-off-by: Aline Santana Cordeiro --- drivers/staging/media/omap4iss/iss.h | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/media/omap4iss/iss.h b/drivers/staging/med