[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210315031530.GA15245@Asurada-Nvidia>
Date: Sun, 14 Mar 2021 20:15:31 -0700
From: Nicolin Chen <nicoleotsuka@...il.com>
To: Dmitry Osipenko <digetx@...il.com>
Cc: joro@...tes.org, thierry.reding@...il.com, will@...nel.org,
vdumpa@...dia.com, jonathanh@...dia.com,
linux-tegra@...r.kernel.org, iommu@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] iommu/tegra-smmu: Add pagetable mappings to debugfs
On Sun, Mar 14, 2021 at 06:08:00PM +0300, Dmitry Osipenko wrote:
> 14.03.2021 11:06, Nicolin Chen пишет:
> > + for (pd_index = 0; pd_index < SMMU_NUM_PDE; pd_index++) {
> > + struct page *pt_page;
> > + u32 *addr;
> > + int i;
>
> unsigned int
>
> and then printf specifiers also should be %u
Fixing it, using your previous changes too. Thanks!
Powered by blists - more mailing lists