[PATCH 0/4] staging: rtl8723bs: convert update_attrib path to errno
From: Hungyu Lin
Date: Sun Jun 14 2026 - 14:23:30 EST
Convert the update_attrib path to use standard kernel return
conventions: 0 on success and negative errno on failure.
The series first simplifies control flow in
update_attrib_sec_info() and update_attrib() by replacing
goto-based error handling with direct returns. It then converts
both functions to return errno values and propagates the
returned error codes through callers.
Hungyu Lin (4):
staging: rtl8723bs: simplify update_attrib_sec_info control flow
staging: rtl8723bs: simplify update_attrib control flow
staging: rtl8723bs: convert update_attrib_sec_info to return errno
staging: rtl8723bs: convert update_attrib to return errno
drivers/staging/rtl8723bs/core/rtw_xmit.c | 54 ++++++++---------------
1 file changed, 19 insertions(+), 35 deletions(-)
--
2.34.1