Skip to content

Commit

Permalink
Revert "Revert "msm: msm_bus: Fix boot-time logging""
Browse files Browse the repository at this point in the history
This reverts commit cb39a81100847a2f8e9519a4fdb3238dd03db73b.
Wrong report offcourse...

Signed-off-by: negrroo <[email protected]>
  • Loading branch information
negrroo1 committed Oct 14, 2021
1 parent 272c8a7 commit 5602375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/soc/qcom/msm_bus/msm_bus_fabric_rpmh.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ static void msm_bus_fab_init_noc_ops(struct msm_bus_node_device_type *bus_dev)
msm_bus_bimc_set_ops(bus_dev);
break;
default:
MSM_BUS_ERR("%s: Invalid Bus type", __func__);
MSM_BUS_ERR("%s: Invalid Bus type\n", __func__);
}
}

Expand Down Expand Up @@ -1823,7 +1823,7 @@ static int msm_bus_device_probe(struct platform_device *pdev)
unsigned int i = 1, ret;
struct msm_bus_device_node_registration *pdata;

MSM_BUS_ERR("msm_bus: Probe started");
MSM_BUS_DBG("msm_bus: Probe started\n");
/* If possible, get pdata from device-tree */
if (pdev->dev.of_node)
pdata = msm_bus_of_to_pdata(pdev);
Expand All @@ -1832,7 +1832,7 @@ static int msm_bus_device_probe(struct platform_device *pdev)
pdev->dev.platform_data;
}

MSM_BUS_ERR("msm_bus: DT Parsing complete");
MSM_BUS_DBG("msm_bus: DT Parsing complete\n");

if (IS_ERR_OR_NULL(pdata)) {
MSM_BUS_ERR("No platform data found");
Expand Down

0 comments on commit 5602375

Please sign in to comment.