[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211014194747.1015d46d@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Thu, 14 Oct 2021 19:47:47 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Ioana Ciornei <ioana.ciornei@....com>
Cc: davem@...emloft.net, youri.querry_1@....com, leoyang.li@....com,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/5] soc: fsl: dpio: extract the QBMAN clock
frequency from the attributes
On Thu, 14 Oct 2021 20:02:11 +0300 Ioana Ciornei wrote:
> diff --git a/include/soc/fsl/dpaa2-io.h b/include/soc/fsl/dpaa2-io.h
> index c9d849924f89..45de23daefb7 100644
> --- a/include/soc/fsl/dpaa2-io.h
> +++ b/include/soc/fsl/dpaa2-io.h
> @@ -55,6 +55,7 @@ struct dpaa2_io_desc {
> void __iomem *regs_cinh;
> int dpio_id;
> u32 qman_version;
> + u32 qman_clk;
> };
include/soc/fsl/dpaa2-io.h:60: warning: Function parameter or member 'qman_clk' not described in 'dpaa2_io_desc'
Powered by blists - more mailing lists