[media] mxl5005s: just return 0 instead of using a var
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 19:16:04 +0000 (16:16 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 20:59:56 +0000 (17:59 -0300)
commit2f00fce46793bc5b523c64dcefd7bac13ab70b9c
tree0581687e0a9a4c30d83276374a8fb641d9fa4a0a
parent4539fc5c68d78f2df815f426f957528011b50a08
[media] mxl5005s: 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/mxl5005s.c