]> asedeno.scripts.mit.edu Git - linux.git/commit
PM / devfreq: tegra30: Change irq type to unsigned int
authorDmitry Osipenko <digetx@gmail.com>
Mon, 4 Nov 2019 21:55:59 +0000 (00:55 +0300)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 6 Nov 2019 03:04:00 +0000 (12:04 +0900)
commitdccdea01adf3b1413fbbb342128702741069cb6c
tree5fcdaae9c4c21abbe73d5303bcd200dfb00a2302
parent1f125dee4feda21bca39ed7f1165198d96fca233
PM / devfreq: tegra30: Change irq type to unsigned int

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 <thierry.reding@gmail.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Peter Geis <pgwipeout@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/tegra30-devfreq.c