Tag: f35cbe6a178e94d3fc290f414aa421f81ac76069

drm/atomic: Delete an unnecessary check before drm_property_unreference_blob()

Author: Markus Elfring <elfring@users.sourceforge.net> The drm_property_unreference_blob() 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 Signed-off-by: Sean Paul Link: http://patchwork.freedesktop.org/patch/msgid/aa4cd508-38c3-78d7-a9f2-70e3b06a8fb5@users.sourceforge.net — drivers/gpu/drm/drm_atomic.c | 3 +– 1 file changed, 1 insertion(+), 2 deletions(-) …

Continue reading