msm: camera: common: Fix isp log errs and format errs

Fix isp log errs and format errs.

CRs-Fixed: 3499636
Change-Id: Ieb5b81b95dea440b1da17cb5bc9be86f75b7c4f6
Signed-off-by: Wang Kan <quic_wkan@quicinc.com>
This commit is contained in:
Wang Kan
2023-05-18 19:26:08 +08:00
committed by Camera Software Integration
parent 16652c1360
commit 56e0bcc8ee
6 changed files with 12 additions and 12 deletions

View File

@@ -1443,7 +1443,7 @@ int cam_sync_synx_core_recovery(
int rc = -EOPNOTSUPP;
#if IS_ENABLED(CONFIG_TARGET_SYNX_ENABLE)
rc = cam_synx_core_recovery(core_id);
rc = cam_synx_core_recovery(core_id);
#endif
return rc;