Skip to content
Commit f17331eb authored by Shyam Saini's avatar Shyam Saini Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: core: Remove NULL test before vfree



vfree frees the virtually continuous block of memory beginning at
addr. If addr is NULL, no operation is performed. So, NULL test is not
needed before vfree().

Signed-off-by: default avatarShyam Saini <mayhs11saini@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 564f87f9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment