commit | a60bbb2764b73a3f54c7462f3d28f960b7811682 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Jun 27 22:05:31 2015 +0200 |
committer | Rob Clark <robdclark@gmail.com> | Sat Aug 15 18:27:17 2015 -0400 |
tree | 11a83b59aa127b85cae9c18a244accffe935cd38 | |
parent | b96b3a06d1211ba86674db99a6aafe39ef4cbed2 [diff] |
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>