commit | b59113845f76b8b21946563ee538a580fc972c6c | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Dec 01 18:55:29 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Dec 04 16:00:17 2014 -0200 |
tree | bcbfe0eb0f780bb9ff9ba56f0a10cf1dfef16d7d | |
parent | e8379ecff31c0a172cb2ccc7cf28c24b45f144cf [diff] |
[media] mn88473: Remove uneeded check before 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> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>