]> git.karo-electronics.de Git - linux-beck.git/commit
[media] RedRat3: Delete an unnecessary variable initialisation in redrat3_get_firmwar...
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 13 Oct 2016 11:21:55 +0000 (08:21 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:50:46 +0000 (10:50 -0200)
commit7aa20afea649fa1e3cb81bf40c25ddf53cc1328f
tree21d8e7308485c01613c939ad1ef226949072aa56
parentfac59136bc22fd9b3a04ed4f29977da8e045ee6b
[media] RedRat3: Delete an unnecessary variable initialisation in redrat3_get_firmware_rev()

The local variable "rc" 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/rc/redrat3.c