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

@@ -14,6 +14,7 @@
extern unsigned long long debug_mdl;
extern unsigned int debug_type;
extern unsigned int debug_priority;
extern unsigned int debug_drv;
#define CAM_IS_NULL_TO_STR(ptr) ((ptr) ? "Non-NULL" : "NULL")