Loading drivers/media/platform/msm/camera/cam_isp/cam_isp_log.h +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 Loading @@ -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) Loading Loading
drivers/media/platform/msm/camera/cam_isp/cam_isp_log.h +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 Loading @@ -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) Loading