Re: [PATCH] clocksource: arc_timer: use BIT() instead of _BITUL()

2019-05-31 Thread Daniel Lezcano
On 24/05/2019 07:40, Masahiro Yamada wrote: > This is in-kernel C code, so there is no reason to use _BITUL(). > Replace it with equivalent BIT(). > > I added #include explicitly although it has been included > by other headers eventually. > > Signed-off-by: Masahiro Yamada > --- Applied, than

[PATCH] clocksource: arc_timer: use BIT() instead of _BITUL()

2019-05-23 Thread Masahiro Yamada
This is in-kernel C code, so there is no reason to use _BITUL(). Replace it with equivalent BIT(). I added #include explicitly although it has been included by other headers eventually. Signed-off-by: Masahiro Yamada --- drivers/clocksource/arc_timer.c | 3 ++- 1 file changed, 2 insertions(+)