Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b013ce6 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

msm: msm_bus: remove the buspm file



Remove the empty buspm module from msm_bus since it adds
no functionality to the bus bandwidth aggregation
driver. Also change the dev_info message to dev_dbg
to make sure there are no unnecessary messages.

Change-Id: Ief4abcb5be4178bb86913c5e871b055d6d21ca8c
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent b65b7cae
Loading
Loading
Loading
Loading
+0 −0

Empty file deleted.

+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ int msmbus_coresight_init_adhoc(struct platform_device *pdev,
		return PTR_ERR(pdata);

	drvdata = platform_get_drvdata(pdev);
	dev_info(dev, "info: removed buspm module from kernel space\n");
	dev_dbg(dev, "info: removed buspm module from kernel space\n");
	if (IS_ERR_OR_NULL(drvdata)) {
		drvdata = devm_kzalloc(dev, sizeof(*drvdata), GFP_KERNEL);
		if (!drvdata) {