[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220615200544.10399227@kernel.org>
Date: Wed, 15 Jun 2022 20:05:44 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Raju Lakkaraju <Raju.Lakkaraju@...rochip.com>
Cc: <netdev@...r.kernel.org>, <davem@...emloft.net>,
<linux-kernel@...r.kernel.org>, <bryan.whitehead@...rochip.com>,
<lxu@...linear.com>, <richardcochran@...il.com>,
<UNGLinuxDriver@...rochip.com>, <Ian.Saturley@...rochip.com>
Subject: Re: [PATCH net-next V1 3/5] net: lan743x: Add support to SGMII
block access functions
On Wed, 15 Jun 2022 16:02:35 +0530 Raju Lakkaraju wrote:
> Subject: [PATCH net-next V1 3/5] net: lan743x: Add support to SGMII block access functions
>
> Add SGMII access read and write functions
Unfortunately you can't define functions and use them in later patches.
It will break build during bisection because of -Wunused-function
now that the kernel defaults to -Werror. I say just squash this into
the next patch, it's not that big.
Powered by blists - more mailing lists