[media] r820t: Delete an unnecessary variable initialisation in generic_set_freq()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 28 Dec 2015 15:36:44 +0000 (13:36 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 25 Jan 2016 17:15:39 +0000 (15:15 -0200)
commit61f8e1a73296d065abc959e0c0861ffbdfa2d0b3
tree7f129a3f58f06c265a7d1930208d97fb107be0da
parent2050d14c6ea23ea7b50b5cc7d05dbf645705cf70
[media] r820t: Delete an unnecessary variable initialisation in generic_set_freq()

The variable "rc" will be set to an appropriate value from a call of
the r820t_set_tv_standard() function.
Thus let us omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/tuners/r820t.c