msm: camera: cci: Correct logging level
Interrupt context is printing info logs by default which needs to be print as dbg log. Correcting logging level to achieve this. CRs-Fixed: 2835738 Change-Id: Ia21a7a4f62c973b173274b363c9a971370d20c36 Signed-off-by: Jigarkumar Zala <jzala@codeaurora.org>
This commit is contained in:
@@ -73,7 +73,7 @@ irqreturn_t cam_cci_irq(int irq_num, void *data)
|
||||
|
||||
irq_status0 = cam_io_r_mb(base + CCI_IRQ_STATUS_0_ADDR);
|
||||
irq_status1 = cam_io_r_mb(base + CCI_IRQ_STATUS_1_ADDR);
|
||||
CAM_INFO(CAM_CCI,
|
||||
CAM_DBG(CAM_CCI,
|
||||
"BASE: %p, irq0:%x irq1:%x",
|
||||
base, irq_status0, irq_status1);
|
||||
|
||||
|
Fai riferimento in un nuovo problema
Block a user