Re: [PATCH v3] staging: rtl8723bs: fix unchecked return value of skb_copy_bits
From: Minu Jin
Date: Tue Jan 20 2026 - 12:04:46 EST
Hi Andy,
Thank you for the review.
You're right, the assignment to 0 is redundant here. I will change the
type to 'unsigned int' and remove the unnecessary initialization in v4.
I'll also apply this change to the function parameters for consistency.
Minu Jin