Re: [PATCH 1/3] staging: atomisp: remove enable_isp_irq function and add disable_isp_irq

From: Alan Cox
Date: Fri Apr 07 2017 - 09:49:44 EST


On Fri, 2017-04-07 at 14:56 +0900, Daeseok Youn wrote:
> Enable/Disable ISP irq is switched with "enable" parameter of
> enable_isp_irq(). It would be better splited to two such as
> enable_isp_irq()/disable_isp_irq().
>
> But the enable_isp_irq() is no use in atomisp_cmd.c file.
> So remove the enable_isp_irq() function and add
> disable_isp_irq function only.

All 3 added to my tree - thanks

Alan