Message ID | 1445815284-10425-1-git-send-email-alexey.klimov@linaro.org |
---|---|
State | Accepted |
Commit | 9a78ec45bd6ac7650a995a9de0912fd75d6b6886 |
Headers | show |
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 <matthias.bgg@gmail.com> > Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> > --- Patches applied for next release. Thanks ! -- Daniel -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
diff --git a/drivers/clocksource/mtk_timer.c b/drivers/clocksource/mtk_timer.c index 50f0641..ca5ea9e 100644 --- a/drivers/clocksource/mtk_timer.c +++ b/drivers/clocksource/mtk_timer.c @@ -16,6 +16,8 @@ * GNU General Public License for more details. */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/clk.h> #include <linux/clockchips.h> #include <linux/interrupt.h>