]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove unnecessary void * casts in rtw_efuse.c
authorSiwanan Bungtong <horstaufmental@gmail.com>
Tue, 10 Feb 2026 03:06:02 +0000 (10:06 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 14:41:30 +0000 (15:41 +0100)
commitfd865573df743e469121913568e904e1a96e09f4
tree96d2ec8d8a9ac18456662510d294d29c9b5cb64f
parent8466b076b3d79c517cb652b2bd6971990df55bcb
staging: rtl8723bs: remove unnecessary void * casts in rtw_efuse.c

Remove redundant (void *) casts when calling memcpy/memset and
other helpers. These casts are unnecessary since C implicitly
converts to void * and they only add noise.

No functional change.

Signed-off-by: Siwanan Bungtong <horstaufmental@gmail.com>
Link: https://patch.msgid.link/20260210030607.1430567-3-horstaufmental@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_efuse.c