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:

committed by
Camera Software Integration

parent
16b9458c5a
commit
7fea2743d8
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user