Re: [PATCH 10/11] macintosh/via-pmu: Clean up interrupt statistics

2018-06-04 Thread Geert Uytterhoeven
Hi Finn, On Sat, Jun 2, 2018 at 5:27 AM, Finn Thain wrote: > Replace an open-coded ffs() with the function call. > Simplify an if-else cascade using a switch statement. > Correct a typo and an indentation issue. > > Tested-by: Stan Johnson > Signed-off-by: Finn Thain Thanks for your patch!

[PATCH 10/11] macintosh/via-pmu: Clean up interrupt statistics

2018-06-01 Thread Finn Thain
Replace an open-coded ffs() with the function call. Simplify an if-else cascade using a switch statement. Correct a typo and an indentation issue. Tested-by: Stan Johnson Signed-off-by: Finn Thain --- drivers/macintosh/via-pmu.c | 35 ++- 1 file changed, 18