msm: camera: common: Remove extra CAM_INFO logs

Changes extraneous CAM_INFO logs into CAM_DBG logs in order to help
de-clutter serial boot logs.

CRs-Fixed: 2669269
Change-Id: I7589bd64363aa122c46e1193c68bbf49d78a4a9a
Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
This commit is contained in:
Karthik Jayakumar
2020-04-29 15:39:53 -07:00
parent 1e20d6f687
commit 655736ee0b
15 ha cambiato i file con 21 aggiunte e 18 eliminazioni

Vedi File

@@ -143,7 +143,7 @@ static int cam_jpeg_dev_component_bind(struct device *dev,
mutex_init(&g_jpeg_dev.jpeg_mutex);
CAM_INFO(CAM_JPEG, "Component bound successfully");
CAM_DBG(CAM_JPEG, "Component bound successfully");
return rc;