]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
atm: idt77252: Use sb_pool_remove()
authorThomas Fourier <fourier.thomas@gmail.com>
Mon, 5 Jan 2026 21:29:15 +0000 (22:29 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 7 Jan 2026 02:04:59 +0000 (18:04 -0800)
commit8e7148b5602321be48614bcde048cbe1c738ce3e
tree1b8231f7d5ae776197dda270469b7aa49a054805
parent3b7a108c4197f9fd0b593c6b4b0de457d9ed4c87
atm: idt77252: Use sb_pool_remove()

Replacing the manual pool remove with the dedicated function.  This is
safer and more consistent with the rest of the code[1].

[1]; https://lore.kernel.org/all/20250625094013.GL1562@horms.kernel.org/

Signed-off-by: Thomas Fourier <fourier.thomas@gmail.com>
Link: https://patch.msgid.link/20260105212916.26678-2-fourier.thomas@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/atm/idt77252.c