Re: [PATCH net-next] net: phy: microchip_t1: Interrupt support for lan887x

From: Andrew Lunn
Date: Mon Sep 30 2024 - 12:46:06 EST


> +static int lan887x_config_intr(struct phy_device *phydev)
> +{
> + int ret;

This driver consistently uses rc, not ret. It would be good to keep
with the existing convention.

Andrew

---
pw-bot: cr