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

Commit b7b20d7a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: phy-qcom-emu: Fix typo for memory resource name"

parents 98702562 beb48654
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2014-2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2014-2018, The Linux Foundation. All rights reserved.
 */

#include <linux/module.h>
@@ -102,7 +102,7 @@ static int qcusb_emu_phy_probe(struct platform_device *pdev)
		return ret;

	res = platform_get_resource_byname(pdev, IORESOURCE_MEM,
							"qcratch_base");
							"qscratch_base");
	if (res) {
		qphy->qscratch_base = devm_ioremap_nocache(dev, res->start,
						resource_size(res));