commit | ef2cc27cf860b79874e9fde1419dd67c3372e41c | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Sep 18 07:29:19 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 11 12:54:52 2017 -0400 |
tree | cc1f1705bbdb7eac8f19c2b8cadeca92010f5dda | |
parent | d73dcf0cdb95a47f7e4e991ab63dd30f6eb67b4e [diff] |
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>