[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)
commit1462612cb3172068c3f4dca1778e5fb115191c70
tree5598be721556f671bb1a4336f427369256ccbe5d
parentd3cf06bbe3088e0b6ede1cc0a91ff9b60d837be9
[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