diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2015-11-06 12:03:46 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-11-24 11:41:52 +0100 |
commit | 5f911905054a64cf8c7871fddd33f4af74f07a17 (patch) | |
tree | 4f4ee9a444261b3939863eb6ca65db007cc8fcc8 /drivers/gpu/drm/qxl/qxl_fb.c | |
parent | 36af4ca704897f56b6b168c73d964030fd4ce359 (diff) |
GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()
The drm_property_unreference_blob() function tests whether its argument
is NULL and then returns immediately.
Thus the tests around the calls are not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Link: http://patchwork.freedesktop.org/patch/msgid/563C8B3E.405@users.sourceforge.net
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/qxl/qxl_fb.c')
0 files changed, 0 insertions, 0 deletions