msm: camera: common: Add drv debug flag to enable logging

Add debug drv flag to enable info logging for drv.

CRs-Fixed: 3065551
Change-Id: Ief9e2a84a379b9f0261567bcf13e2405f3c97d15
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
This commit is contained in:
Mukund Madhusudan Atre
2022-06-30 14:18:05 -07:00
committed by Camera Software Integration
parent 16b9458c5a
commit 7fea2743d8
5 changed files with 46 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2017-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <linux/io.h>
@@ -21,6 +22,9 @@ module_param(debug_type, uint, 0644);
uint debug_priority;
module_param(debug_priority, uint, 0644);
uint debug_drv;
module_param(debug_drv, uint, 0644);
struct camera_debug_settings cam_debug;
struct dentry *cam_debugfs_root;