commit | 11ab5a640cc2e4432500c28d62c48f3377a75cad | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Fri Dec 29 19:48:44 2017 +0100 |
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Fri Dec 29 19:48:44 2017 +0100 |
tree | 420cffb196cfc0a14e3a27ac225e14daa6c35e30 | |
parent | 74fb251963df4cbb10cc1185297a7c7863ef85e3 [diff] |
video: udlfb: Delete an unnecessary return statement in two functions The script "checkpatch.pl" pointed information out like the following. WARNING: void function return statements are not generally useful Thus remove such a statement in the affected functions. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Cc: Bernie Thompson <bernie@plugable.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>