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

Commit 3ed06f5b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cam: camera: isp: Remove warning due to tarce_printk"

parents df167072 e17ba44a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -15,7 +15,7 @@

#include <linux/kernel.h>

#define ISP_TRACE_ENABLE			1
#define ISP_TRACE_ENABLE			0

#if (ISP_TRACE_ENABLE == 1)
	#define ISP_TRACE(args...)		trace_printk(args)