commit | 3ce5f660147039f880949d339c578e5af553876f | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Wed Oct 12 10:43:12 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Nov 16 13:03:47 2016 -0200 |
tree | b39bc450d2919e76b6996daed21d3b1c122d3138 | |
parent | 396c88e6c80cc30d4ef8dc927aae1b15f251a217 [diff] |
[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>