Re: [PATCH 06/34] [media] DaVinci-VPBE: Return an error code only by a single variable in vpbe_initialize()

2016-11-16 Thread Mauro Carvalho Chehab
Em Wed, 12 Oct 2016 16:40:22 +0200 SF Markus Elfring escreveu: > From: Markus Elfring > Date: Tue, 11 Oct 2016 14:15:57 +0200 > > An error code was assigned to the local variable "err" in an if branch. > But this variable was not used further then. > > Use the local variable "ret" instead like

[PATCH 06/34] [media] DaVinci-VPBE: Return an error code only by a single variable in vpbe_initialize()

2016-10-12 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 11 Oct 2016 14:15:57 +0200 An error code was assigned to the local variable "err" in an if branch. But this variable was not used further then. Use the local variable "ret" instead like at other places in this function. Fixes: 66715cdc3224a4e241c1a92856b9a4af3b70