Skip to content

Commit

Permalink
msm: camera: isp: Add irq status prints to CAM_ERR
Browse files Browse the repository at this point in the history
To get the information on irq status with default logs
added the irq status prints to CAM_ERR_RATE_LIMIT.

Change-Id: Ibe6a57e2905aeaa9d8c38cf08ad4d700468f341f
Signed-off-by: Tejas Prajapati <[email protected]>
  • Loading branch information
Tejas Prajapati committed Jul 9, 2019
1 parent 4767d5b commit 57604d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3211,7 +3211,7 @@ irqreturn_t cam_ife_csid_irq(int irq_num, void *data)
cam_io_w_mb(1, soc_info->reg_map[0].mem_base +
csid_reg->cmn_reg->csid_irq_cmd_addr);

CAM_DBG(CAM_ISP,
CAM_ERR_RATE_LIMIT(CAM_ISP,
"CSID %d irq status 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x",
csid_hw->hw_intf->hw_idx, irq_status_top,
irq_status_rx, irq_status_ipp, irq_status_ppp,
Expand Down

1 comment on commit 57604d3

@stefanhh0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superseded by commit: a22ed54

Please sign in to comment.