commit | c5927537dd5706b17affa8aeea28c7b19c8fbb42 | [log] [tgz] |
---|---|---|
author | Himanshu Jha <himanshujha199640@gmail.com> | Tue Aug 29 18:51:27 2017 +0530 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Aug 29 15:57:32 2017 -0400 |
tree | 4bcb1c9b199f032be613f02b6790dc113a8bf854 | |
parent | 3f3333f8a0e90ac26f84ed7b0aa344efce695c08 [diff] |
drm/amd: Remove null check before kfree Kfree on NULL pointer is a no-op and therefore checking is redundant. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>