Re: [PATCH] smb: client: remove redundant NULL check before kfree()
From: Paulo Alcantara
Date: Fri Aug 21 2026 - 12:42:54 EST
mdshahid03@xxxxxxxxx writes:
> From: Mohammad Shahid <mdshahid03@xxxxxxxxx>
>
> kfree() safely handles NULL pointers, so the explicit NULL check
> before calling kfree() is unnecessary.
> ...
Applied.