Re: [PATCH v4 01/24] PM / devfreq: tegra30: Change irq type to unsigned int

2019-07-16 Thread Chanwoo Choi
Hi Dmitry, On 19. 7. 8. 오전 7:32, Dmitry Osipenko wrote: > IRQ numbers are always positive, hence the corresponding variable should > be unsigned to keep types consistent. This is a minor change that cleans > up code a tad more. > > Suggested-by: Thierry Reding > Acked-by: MyungJoo Ham >

[PATCH v4 01/24] PM / devfreq: tegra30: Change irq type to unsigned int

2019-07-07 Thread Dmitry Osipenko
IRQ numbers are always positive, hence the corresponding variable should be unsigned to keep types consistent. This is a minor change that cleans up code a tad more. Suggested-by: Thierry Reding Acked-by: MyungJoo Ham Signed-off-by: Dmitry Osipenko --- drivers/devfreq/tegra30-devfreq.c | 8