]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] DaVinci-VPBE: Delete an unnecessary variable initialisation in vpbe_set_output()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 12 Oct 2016 08:16:23 +0000 (05:16 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 16 Nov 2016 14:41:39 +0000 (12:41 -0200)
commit630bf79a455bbb5fd13e7721280cd149860bcd56
tree82d479febb254233c2d99f72a4cc460e17d4aa18
parent15a78313b7fd43763aeba584c385f1fb17a1bdb5
[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>
drivers/media/platform/davinci/vpbe.c