]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb-core: preserve the delivery system at cache clear
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 13 Jan 2012 13:46:36 +0000 (11:46 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 15 Jan 2012 13:12:22 +0000 (11:12 -0200)
commitbcee4c5e2cbc02be259eee4e1eaaac538eb69309
tree3cebd145794c0b6d102ad12b211702f7d0cdc44e
parent7e0130993adc0e032153c91fc8d37d91ffc61ad8
[media] dvb-core: preserve the delivery system at cache clear

The changeset a408f2be94 is incomplete, as the first thing that
happens at cache clear is to do a memset with 0 to the cache.

So, the delivery system needs to be explicitly preserved there.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-core/dvb_frontend.c