commit | 00f687292568c8fb1609a63ac56f3c88b91c1084 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Tue Jul 12 22:00:55 2016 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jul 29 14:36:51 2016 -0400 |
tree | 89c96f90221833c80639378d331162912b7b91ab | |
parent | 538f1ef34c71aa5c6a7bd1b65d5e603080ff7b74 [diff] |
GPU-DRM-Radeon: Delete an unnecessary check before drm_gem_object_unreference_unlocked() The drm_gem_object_unreference_unlocked() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>