net: qrtr: ns: Add pr_fmt to ns

Add pr_fmt to the ns file for easier error log matching.

Change-Id: I711735ee60c1fd9fde25850b8e625bb44c04f4c4
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
This commit is contained in:
Chris Lew 2022-10-11 13:03:32 -07:00
parent d94badbdaa
commit f540ee360d

View File

@ -6,6 +6,8 @@
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#define pr_fmt(fmt) "qrtr: %s(): " fmt, __func__
#include <linux/module.h>
#include <linux/qrtr.h>
#include <linux/workqueue.h>