瀏覽代碼

Merge "msm: camera: isp: Change format specifier for hbi-vbi print" into camera-kernel.lnx.5.0

Camera Software Integration 3 年之前
父節點
當前提交
9b31a3dc93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver2.c

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver2.c

@@ -4635,7 +4635,7 @@ static int cam_ife_csid_ver2_print_hbi_vbi(
 		path_reg->format_measure2_addr);
 
 	CAM_INFO_RATE_LIMIT(CAM_ISP,
-		"CSID[%u] Resource[id:%d name:%s hbi %u vbi %u]",
+		"CSID[%u] Resource[id:%d name:%s hbi 0x%x vbi 0x%x]",
 		csid_hw->hw_intf->hw_idx, res->res_id, res->res_name, hbi, vbi);
 
 	return 0;