]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()
authorDouglas Anderson <dianders@chromium.org>
Wed, 29 Nov 2023 21:25:22 +0000 (13:25 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2023 17:39:07 +0000 (18:39 +0100)
commit284cd311bb489f20e7109577b68f1c981cc2490c
treeac6bd026bf16d916c3919248ab24bc998c61de81
parent0823990da76f5267da9e1142e4bc17917c8d16fc
r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()

[ Upstream commit 8a67b47fced9f6a84101eb9ec5ce4c7d64204bc7 ]

Delay loops in r8152 should break out if RTL8152_INACCESSIBLE is set
so that they don't delay too long if the device becomes
inaccessible. Add the break to the loop in
r8156b_wait_loading_flash().

Fixes: 195aae321c82 ("r8152: support new chips")
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/usb/r8152.c