]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy"
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 27 Jun 2015 20:05:31 +0000 (22:05 +0200)
committerRob Clark <robdclark@gmail.com>
Sat, 15 Aug 2015 22:27:17 +0000 (18:27 -0400)
commit4ea9bc6f8f6679d109318f57e42fd28f0da1c25a
tree11a83b59aa127b85cae9c18a244accffe935cd38
parent6cc324604b8aedeed6bd138f4cf7afdbc6cb697b
drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy"

The dsi_destroy() 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>
drivers/gpu/drm/msm/dsi/dsi.c