Re: [PATCH] smb: client: remove redundant NULL check before kfree()
Paulo Alcantara <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > From: Mohammad Shahid <[email protected]> > > kfree() safely handles NULL pointers, so the explicit NULL check > before calling kfree() is unnecessary. > ... Applied.