commit | 9084acf19bb98afb0ed90337fd39541103fe3494 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Wed Nov 19 16:33:17 2014 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Fri Nov 21 12:16:27 2014 +1000 |
tree | 047501ec96cb3c4fa99a90ed9d098b487241a095 | |
parent | fc2d2bc1f1f8d8351f884bb65b5cc4ad2411b2a7 [diff] |
drm/edid: Deletion of an unnecessary check before the function call "release_firmware" The release_firmware() 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> Reviewed-by: Thierry Reding <thierry.reding@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>