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:
parent
d94badbdaa
commit
f540ee360d
@ -6,6 +6,8 @@
|
|||||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define pr_fmt(fmt) "qrtr: %s(): " fmt, __func__
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/qrtr.h>
|
#include <linux/qrtr.h>
|
||||||
#include <linux/workqueue.h>
|
#include <linux/workqueue.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user