Re: [PATCH 3/3] staging: media/atomisp: don't compile unused code
From: Greg Kroah-Hartman
Date: Sun Feb 21 2021 - 10:11:45 EST
On Sun, Feb 21, 2021 at 07:34:57PM +0530, karthik alapati wrote:
> currently the functions defined in ibuf_ctrl_rmgr.c file are only
> used by isys_init.c when CONFIG_VIDEO_ATOMISP_ISP2401 is selected
> so dont't compile it when not needed, also fixes some sparse warnings
>
> Signed-off-by: karthik alapati <mail@xxxxxxxxxxx>
> ---
> drivers/staging/media/atomisp/Makefile | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
This has nothing to do with the previous 2 patches, why did you add it
to this series?
And note, you missed the correct people to send this patch to, so it's
not going to ever get applied :(
thanks,
greg k-h