Re: [RFC PATCH 05/40] soundwire: intel: move interrupt enable after interrupt handler registration

2019-08-02 Thread Pierre-Louis Bossart
On 8/2/19 6:53 AM, Vinod Koul wrote: On 25-07-19, 18:39, Pierre-Louis Bossart wrote: Not sure why the existing code would enable interrupts without the ability to deal with them. Signed-off-by: Pierre-Louis Bossart --- drivers/soundwire/intel.c | 4 ++-- 1 file changed, 2 insertions(+),

Re: [RFC PATCH 05/40] soundwire: intel: move interrupt enable after interrupt handler registration

2019-08-02 Thread Vinod Koul
On 25-07-19, 18:39, Pierre-Louis Bossart wrote: > Not sure why the existing code would enable interrupts without the > ability to deal with them. > > Signed-off-by: Pierre-Louis Bossart > --- > drivers/soundwire/intel.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

[RFC PATCH 05/40] soundwire: intel: move interrupt enable after interrupt handler registration

2019-07-25 Thread Pierre-Louis Bossart
Not sure why the existing code would enable interrupts without the ability to deal with them. Signed-off-by: Pierre-Louis Bossart --- drivers/soundwire/intel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/soundwire/intel.c b/drivers/soundwire/intel.c index