Re: [PATCH net-next V1 3/5] net: lan743x: Add support to SGMII block access functions

From: Jakub Kicinski
Date: Wed Jun 15 2022 - 23:05:51 EST


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.