Re: [PATCH v3 1/3] clocksource: mtk_timer: add pr_fmt define

2015-10-27 Thread Daniel Lezcano
On 10/26/2015 12:21 AM, Alexey Klimov wrote: It's a bit unclear what subsystem/driver emits some messages to dmesg in function mtk_init_timer(). Use pr_fmt to auto-prefix the messages appropriately. Acked-by: Matthias Brugger Signed-off-by: Alexey Klimov --- Patches applied for next release.

[PATCH v3 1/3] clocksource: mtk_timer: add pr_fmt define

2015-10-25 Thread Alexey Klimov
It's a bit unclear what subsystem/driver emits some messages to dmesg in function mtk_init_timer(). Use pr_fmt to auto-prefix the messages appropriately. Acked-by: Matthias Brugger Signed-off-by: Alexey Klimov --- Changes in v3: -- none Changes in v2: -- added acked-by from Matthias drive