]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cx24120: Remove additional calls to read_status
authorJemma Denson <jdenson@gmail.com>
Tue, 5 May 2015 20:18:11 +0000 (17:18 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 18 May 2015 19:37:16 +0000 (16:37 -0300)
commited63ae0069d7f7821e27c8c7ff085f6b4f1cd184
tree5598be721556f671bb1a4336f427369256ccbe5d
parent3a36f2a7f55a3faa03d604492f2e908923637c97
[media] cx24120: Remove additional calls to read_status

get_frontend was making a call to read_status, which is being
called periodically anyway. Have read_status store fe_status in
the state struct instead and use that within get_frontend.

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