]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit2bb1709b2cbe4033b715b515687a75bca5d33612
tree7f129a3f58f06c265a7d1930208d97fb107be0da
parent528ddab92af81d998ff450fedcdfce903960d85c
[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