On 15-10-15, 12:04, Stephen Boyd wrote:
On 10/15, Viresh Kumar wrote:
With debug options on, it is difficult to locate OPP core's debug prints. Fix this by prefixing OPP debug prints with KBUILD_MODNAME.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
Why not use dynamic debug's m flag to turn on KBUILD_MODNAME when debugging?
From Documentation/dynamic-debug-howto.txt
m Include module name in the printed message
It wasn't just about debug messages but pr_info and pr_err as well. And so I defined pr_fmt instead.