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

Commit beb48654 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

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



Update memory resource name from qcratch_base to
qscratch_base.

Change-Id: I9db7ca62d227fe2ad7fc99a5f59dfff4be7f06c3
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 16a6b9f6
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));