commit | eafe89f556ef1fe1b07ab8c1b4ce453ca1da1e41 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Fri Apr 21 16:04:52 2017 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Mon Apr 24 09:25:48 2017 +0200 |
tree | c7b3b5758bda1b5727d222089277acdd6009f732 | |
parent | 06909bb91f6477db3dd40d5c5fe0364cd114a918 [diff] |
Remove NULL ptr check before kfree. The check for NULL ptr is not necessary, kfree will check it. Removing NULL ptr check. Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>