[media] mt2060: just return 0 instead of using a var
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 19:06:55 +0000 (16:06 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 20:59:56 +0000 (17:59 -0300)
commit4539fc5c68d78f2df815f426f957528011b50a08
treea780a50bc9c91b553de7412a3e855ef27d314ab8
parentf2747cf6f0a1110d132280d49ce3dd6886dacd85
[media] mt2060: just return 0 instead of using a var

Instead of allocating a var to store 0 and just return it,
change the code to return 0 directly.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/tuners/mt2060.c