Re: [PATCH 12/35] ARM: davinci: aintc: drop the 00 prefix from register offsets

2019-02-04 Thread David Lechner
On 1/31/19 7:39 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Since no offset goes past 0xff - let's drop the 00 prefix for better readability. While we're at it: convert all hex numbers to lower-case. Signed-off-by: Bartosz Golaszewski --- Reviewed-by: David Lechner

[PATCH 12/35] ARM: davinci: aintc: drop the 00 prefix from register offsets

2019-01-31 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Since no offset goes past 0xff - let's drop the 00 prefix for better readability. While we're at it: convert all hex numbers to lower-case. Signed-off-by: Bartosz Golaszewski --- arch/arm/mach-davinci/irq.c | 22 +++--- 1 file changed, 11