RE: [PATCH v2] usbnet: smsc95xx: disable carrier check while suspending

From: RaghuramChary.Jallipalli
Date: Thu Nov 01 2018 - 09:58:23 EST


> We need to make sure, that the carrier check polling is disabled while
> suspending. Otherwise we can end up with usbnet_read_cmd() being issued
> when only usbnet_read_cmd_nopm() is allowed. If this happens, read
> operations lock up.
>
> Fixes: d69d169493 ("usbnet: smsc95xx: fix link detection for disabled
> autonegotiation")
> Cc: <stable@xxxxxxxxxxxxxxx>
> Signed-off-by: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx>

Reviewed-by: Raghuram Chary J <RaghuramChary.Jallipalli@xxxxxxxxxxxxx>

-Raghu