]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Oct 2023 10:46:18 +0000 (11:46 +0100)
commitdc90ba37a8c37042407fa6970b9830890cfe6047
tree35cb519954b69309ff9eeace5923364134add81e
parentb8d35024d4059ca550cba11ac9ab23a6c238d929
r8152: Check for unplug in rtl_phy_patch_request()

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>
drivers/net/usb/r8152.c