Re: [PATCH 2/5] power: supply: tps65217: Remove IRQ data from driver data

From: Milo Kim
Date: Wed Nov 23 2016 - 06:47:38 EST


On 11/23/2016 01:58 AM, Sebastian Reichel wrote:
On Tue, Nov 22, 2016 at 05:51:07PM +0100, Sebastian Reichel wrote:
> On Tue, Nov 15, 2016 at 10:18:52PM +0900, Milo Kim wrote:
> > IRQ number is only used on requesting the interrupt, so no need to keep
> > it inside the driver data.
Please move simple cleanup patches like this one to the
begin of the patch series.

> > In case of polling, poll_task is valid only when polling thread is
> > activated.
And merge this change into the patch were you introduced the
problem...

Thanks for your feedback. Let me regenerate the patch-set for better review.

Best regards,
Milo