]> git.dujemihanovic.xyz Git - linux.git/commit
r8152: Add RTL8152_INACCESSIBLE checks to more loops
authorDouglas Anderson <dianders@chromium.org>
Wed, 29 Nov 2023 21:25:21 +0000 (13:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Dec 2023 12:22:01 +0000 (12:22 +0000)
commit32a574c7e2685aa8138754d4d755f9246cc6bd48
tree6ba739c2df2e17b89d5abb46a96aa10c0a73b945
parente62adaeecdc6a1e8ae86e7f3f9f8223a3ede94f5
r8152: Add RTL8152_INACCESSIBLE checks to more loops

Previous commits added checks for RTL8152_INACCESSIBLE in the loops in
the driver. There are still a few more that keep tripping the driver
up in error cases and make things take longer than they should. Add
those in.

All the loops that are part of this commit existed in some form or
another since the r8152 driver was first introduced, though
RTL8152_INACCESSIBLE was known as RTL8152_UNPLUG before commit
715f67f33af4 ("r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE")

Fixes: ac718b69301c ("net/usb: new driver for RTL8152")
Reviewed-by: Grant Grundler <grundler@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c