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

Commit 8a7a47e7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: tspp2: Support working without bus scaling"

parents 9a48c326 178d541b
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -8303,9 +8303,8 @@ static int msm_tspp2_probe(struct platform_device *pdev)
		if (!device->bus_client)
			pr_err("%s: Unable to register bus client\n", __func__);
	} else {
		pr_err("%s: Platform bus client data not available\n",
		pr_err("%s: Platform bus client data not available. Continue anyway...\n",
			__func__);
		return -EINVAL;
	}

	rc = msm_tspp2_iommu_info_get(pdev, device);