OSDN Git Service

media: dvb_frontend: get rid of property cache's state
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 18 Sep 2017 11:29:19 +0000 (07:29 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 11 Oct 2017 16:54:52 +0000 (12:54 -0400)
commitef2cc27cf860b79874e9fde1419dd67c3372e41c
treecc1f1705bbdb7eac8f19c2b8cadeca92010f5dda
parentd73dcf0cdb95a47f7e4e991ab63dd30f6eb67b4e
media: dvb_frontend: get rid of property cache's state

In the past, I guess the idea was to use state in order to
allow an autofush logic. However, in the current code, it is
used only for debug messages, on a poor man's solution, as
there's already a debug message to indicate when the properties
got flushed.

So, just get rid of it for good.

Reviewed-by: Shuah Khan <shuahkg@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_frontend.c
drivers/media/dvb-core/dvb_frontend.h