]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
[media] DaVinci-VPIF-Display: Delete an unnecessary variable initialisation in vpif_c...
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 12 Oct 2016 13:43:12 +0000 (10:43 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 16 Nov 2016 15:03:47 +0000 (13:03 -0200)
commit3ce5f660147039f880949d339c578e5af553876f
treeb39bc450d2919e76b6996daed21d3b1c122d3138
parent396c88e6c80cc30d4ef8dc927aae1b15f251a217
[media] DaVinci-VPIF-Display: Delete an unnecessary variable initialisation in vpif_channel_isr()

The local variable "channel_id" will be reassigned with the following
statement at the beginning. Thus omit the explicit initialisation.

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/vpif_display.c