commit | f858275869af5f2be58782cfaffcf56944bbfe39 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Nov 22 16:51:31 2014 +0100 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Dec 04 16:16:01 2014 +0200 |
tree | 73a44705727a1c3cec18d5d8ce7ee6feb3c27c39 | |
parent | a96c92b69d48a4b69f367f229aa82ce58938aba9 [diff] |
video: fbdev-LCDC: Deletion of an unnecessary check before the function call "vfree" The vfree() function performs also input parameter validation. 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: Tomi Valkeinen <tomi.valkeinen@ti.com>