]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: eth: convert to scoped_guard
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Sun, 24 May 2026 07:51:31 +0000 (09:51 +0200)
committerMarkus Stockhausen <markus.stockhausen@gmx.de>
Sat, 30 May 2026 06:50:00 +0000 (08:50 +0200)
commit0a80500fb0f64dc64ef8b8d4bb7eefd1fb8975db
tree5cbda4d8f4a04eeb1c6317b28e739506a8ab243b
parentc5bab7288c4f8e358d6aad502a4060bd32ca3ca2
realtek: eth: convert to scoped_guard

In the future there will be some error paths inside locking.
Make cleanup easier by converting the sections to scoped_guard.

Link: https://github.com/openwrt/openwrt/pull/23483
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
target/linux/realtek/files-6.18/drivers/net/ethernet/rtl838x_eth.c