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

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

Merge "mhi: core: Fix format specifier in mhi_alloc_bhie_table"

parents 669cc626 6e9760c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved. */

#include <linux/debugfs.h>
#include <linux/delay.h>
@@ -524,7 +524,7 @@ int mhi_alloc_bhie_table(struct mhi_controller *mhi_cntrl,
		if (!mhi_buf->buf)
			goto error_alloc_segment;

		MHI_CNTRL_LOG("Entry:%d Address:0x%llx size:%lu\n", i,
		MHI_CNTRL_LOG("Entry:%d Address:0x%llx size:%zu\n", i,
			mhi_buf->dma_addr, mhi_buf->len);
	}