Re: [PATCH] staging: rtl8723bs: replace kmalloc + memcpy with kmemdup in sdio_ops.c

From: Ethan Tidmore

Date: Sat Mar 14 2026 - 17:10:30 EST


On Sat Mar 14, 2026 at 8:30 AM CDT, Tomasz Unger wrote:
> Replace kmalloc() followed by memcpy() with kmemdup() which combines
> both operations into a single call, making the code cleaner and more
> readable.
>
> Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
> ---

This doesn't apply against staging-next.

Thanks,

ET