]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] bt8xx: Delete unnecessary variable initialisations in ca_send_message()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 10 Dec 2016 19:56:04 +0000 (17:56 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 3 Feb 2017 11:20:11 +0000 (09:20 -0200)
commit8726650a1a6c817333dd5933032244540c88bb21
tree472b6a5b816e693ac604a30ad439e131f323155c
parent6e531f104cddff0385393819f84c61cc552faab5
[media] bt8xx: Delete unnecessary variable initialisations in ca_send_message()

Two local variables 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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/bt8xx/dst_ca.c