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

Commit 088f334c authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

core_ctl: use pr_fmt



We use pr_* to print info/warn/error messages. Use pr_fmt so
that the messages are prefixed by "core_ctl:" string.

Change-Id: Icc84db30ebf0855599431366d090a2b1c94da6d0
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 85dfbfa7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
 * GNU General Public License for more details.
 */

#define pr_fmt(fmt)	"core_ctl: " fmt

#include <linux/init.h>
#include <linux/notifier.h>
#include <linux/cpu.h>