r8152: Check for unplug in rtl_phy_patch_request()
authorDouglas Anderson <dianders@chromium.org>
Fri, 20 Oct 2023 21:06:56 +0000 (14:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Nov 2023 13:11:01 +0000 (14:11 +0100)
commitf90656fbf6182aad42734a6b4fd4dc4bb156de43
tree257ac0a4fe71e90e50fb1c63cce80f41ac977f4b
parent98567c9d849b83f9be4a502677ada3aa42c9db67
r8152: Check for unplug in rtl_phy_patch_request()

[ Upstream commit dc90ba37a8c37042407fa6970b9830890cfe6047 ]

If the adapter is unplugged while we're looping in
rtl_phy_patch_request() we could end up looping for 10 seconds (2 ms *
5000 loops). Add code similar to what's done in other places in the
driver to check for unplug and bail.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Grant Grundler <grundler@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/usb/r8152.c