Re: [PATCH net-next V2 1/5] net: lan743x: Add SFP support check flag
From: Russell King (Oracle)
Date: Mon Sep 16 2024 - 14:31:10 EST
On Wed, Sep 11, 2024 at 09:40:50PM +0530, Raju Lakkaraju wrote:
> {
> - u32 chip_rev;
> + u32 fpga_rev;
> u32 cfg_load;
> u32 hw_cfg;
> u32 strap;
...
> } else {
> - chip_rev = lan743x_csr_read(adapter, FPGA_REV);
> - if (chip_rev) {
> - if (chip_rev & FPGA_SGMII_OP)
> + fpga_rev = lan743x_csr_read(adapter, FPGA_REV);
> + if (fpga_rev) {
> + if (fpga_rev & FPGA_SGMII_OP)
This looks like an unrelated change.
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!