Home
last modified time | relevance | path

Searched hist:"851 dd75d64dbfc9a97d5109659e82e95d6bbe5bf" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.cdiff 851dd75d64dbfc9a97d5109659e82e95d6bbe5bf Wed Jul 13 11:54:11 CDT 2016 Markus Elfring <elfring@users.sourceforge.net> drm/msm/hdmi: Delete an unnecessary check before the function call "kfree"

The kfree() 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: Rob Clark <robdclark@gmail.com>