OSDN Git Service

[media] cx24120: Remove unneccesary assignments in cx24120_init
authorJemma Denson <jdenson@gmail.com>
Fri, 8 May 2015 19:57:56 +0000 (16:57 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 18 May 2015 20:45:58 +0000 (17:45 -0300)
commit92443cdb2362557e879ddcea10cb65bafe47153f
treedfdfcb8bf176c5d677b4ebcd1e9f48135efaf5ef
parent2f3f07fbe28c245bc4a86c735664d57a6e3b197d
[media] cx24120: Remove unneccesary assignments in cx24120_init

Probably a remnant of this driver being reverse engineered,
cx24120_init assigned ret on each call to writereg - they're not
used for anything so remove them to clear up the codebase.

Signed-off-by: Jemma Denson <jdenson@gmail.com>
Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/cx24120.c