Re: [PATCH] irqchip: Remove hashed address printing

2018-02-12 Thread Florian Fainelli
On 02/11/2018 06:18 PM, Jaedon Shin wrote: > Since commit ad67b74d2469 ("printk: hash addresses printed with %p") > pointers are being hashed when printed. Displaying the virtual memory at > bootup time is not helpful. so delete the prints. > > Signed-off-by: Jaedon Shin Acked-by: Florian Fainel

Re: [PATCH] irqchip: Remove hashed address printing

2018-02-12 Thread Marc Zyngier
On Mon, 12 Feb 2018 02:18:12 +, Jaedon Shin wrote: > > Since commit ad67b74d2469 ("printk: hash addresses printed with %p") > pointers are being hashed when printed. Displaying the virtual memory at > bootup time is not helpful. so delete the prints. > > Signed-off-by: Jaedon Shin > --- > d

[PATCH] irqchip: Remove hashed address printing

2018-02-11 Thread Jaedon Shin
Since commit ad67b74d2469 ("printk: hash addresses printed with %p") pointers are being hashed when printed. Displaying the virtual memory at bootup time is not helpful. so delete the prints. Signed-off-by: Jaedon Shin --- drivers/irqchip/irq-bcm7038-l1.c | 3 --- drivers/irqchip/irq-bcm7120-l2.