Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 617ffc4b authored by Chris Lew's avatar Chris Lew
Browse files

net: qrtr: Add pr_fmt to ns



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

Change-Id: I711735ee60c1fd9fde25850b8e625bb44c04f4c4
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent efbe72e3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
 * Copyright (c) 2015, Sony Mobile Communications Inc.
 * Copyright (c) 2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013, 2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2020, Linaro Ltd.
 */

#define pr_fmt(fmt) "qrtr: %s(): " fmt, __func__

#include <linux/module.h>
#include <linux/qrtr.h>
#include <linux/workqueue.h>