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

Commit e17ba44a authored by Alok Pandey's avatar Alok Pandey Committed by Gerrit - the friendly Code Review server
Browse files

cam: camera: isp: Remove warning due to tarce_printk



Making sure unnecessary code does not compile. It is giving
warning in perf build.

Change-Id: Iea06396415445f9f493dece82f3c75a42a458cab
Signed-off-by: default avatarAlok Pandey <akumarpa@codeaurora.org>
parent 1376150f
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)