Re: [PATCH net-next v5] net: phy: microchip_t1: SQI support for LAN887x
From: Jakub Kicinski
Date: Fri Oct 04 2024 - 19:21:50 EST
On Thu, 3 Oct 2024 21:51:18 +0530 Tarun Alle wrote:
> + if (phydev->speed != SPEED_1000 &&
> + phydev->speed != SPEED_100) {
> + return -ENETDOWN;
> + }
Patch no longer applies, probably because of commit 5fad1c1a09ac ("net:
phy: microchip_t1: Interrupt support for lan887x"). Please rebase and repost.
When you do perhaps drop the unnecessary brackets around the single
statement in the quoted chunk?
--
pw-bot: cr