r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE
authorDouglas Anderson <dianders@chromium.org>
Fri, 20 Oct 2023 21:06:58 +0000 (14:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Oct 2023 10:46:18 +0000 (11:46 +0100)
commit715f67f33af45ce2cc3a5b1ef133cc8c8e7787b0
treee880927bd6d770adeb34bc38c89ee0b1a356cad5
parentbc65cc42af737a5a35f83842408ef2c6c79ba025
r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE

Whenever the RTL8152_UNPLUG is set that just tells the driver that all
accesses will fail and we should just immediately bail. A future patch
will use this same concept at a time when the driver hasn't actually
been unplugged but is about to be reset. Rename the flag in
preparation for the future patch.

This is a no-op change and just a search and replace.

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