commit | 630bf79a455bbb5fd13e7721280cd149860bcd56 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Wed Oct 12 05:16:23 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Nov 16 12:41:39 2016 -0200 |
tree | 82d479febb254233c2d99f72a4cc460e17d4aa18 | |
parent | 15a78313b7fd43763aeba584c385f1fb17a1bdb5 [diff] |
[media] DaVinci-VPBE: Delete an unnecessary variable initialisation in vpbe_set_output() The local variable "ret" will be set to an appropriate value a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>