commit | c64d61df9a5d67e50ed347287d80a4b75e9d660d | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Wed Oct 12 10:25:08 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Nov 16 13:01:12 2016 -0200 |
tree | a03edea250fbd06288547342515fdb9e52a3a856 | |
parent | 6a842cc29dbfd311a289bb7f34865828e951791d [diff] |
[media] DaVinci-VPIF-Capture: Delete an unnecessary variable initialisation in vpif_channel_isr() The local variable "channel_id" 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>