Merge "msm: camera: isp: Address minor issues in SFE driver" into camera-kernel.lnx.5.0

このコミットが含まれているのは:
Haritha Chintalapati
2021-03-31 18:32:04 -07:00
committed by Gerrit - the friendly Code Review server
コミット c2e541cf89
2個のファイルの変更3行の追加2行の削除

ファイルの表示

@@ -1899,7 +1899,7 @@ static int cam_sfe_bus_wr_irq_bottom_half(
status = evt_payload->irq_reg_val[CAM_SFE_IRQ_BUS_REG_STATUS0];
CAM_ERR(CAM_SFE,
"SFE:%d status 0x%x Image Size violation status 0x%x CCIF violation status 0x%x",
"SFE:%d status0 0x%x Image Size violation status 0x%x CCIF violation status 0x%x",
bus_priv->common_data.core_index, status,
evt_payload->image_size_violation_status,
evt_payload->ccif_violation_status);

ファイルの表示

@@ -435,7 +435,8 @@ static void cam_sfe_top_check_module_status(
found = true;
}
if (found)
CAM_INFO_RATE_LIMIT(CAM_SFE, "Check config for Debug%u - %s", log_buf);
CAM_INFO_RATE_LIMIT(CAM_SFE, "Check config for Debug%u - %s",
i, log_buf);
len = 0;
found = false;
memset(log_buf, 0, sizeof(uint8_t)*1024);