As a DVBv3 application may be relying on the delivery system,
don't reset it at DTV_CLEAR. For DVBv5 applications, the
delivery system should be set anyway.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
 
        c->state = DTV_CLEAR;
 
-       c->delivery_system = fe->ops.delsys[0];
        dprintk("%s() Clearing cache for delivery system %d\n", __func__,
                c->delivery_system);
 
         * Initialize the cache to the proper values according with the
         * first supported delivery system (ops->delsys[0])
         */
+
+        fe->dtv_property_cache.delivery_system = fe->ops.delsys[0];
        dvb_frontend_clear_cache(fe);
 
        mutex_unlock(&frontend_mutex);