]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb-frontend: split set_delivery_system()
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 18 Mar 2013 18:25:36 +0000 (15:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 18 Mar 2013 23:30:36 +0000 (20:30 -0300)
commitb957f8671056adfc395dcaded372fec5e5a9b873
tree0d4be77da0f07001a29640c17a06839eeee48224
parent634eeca2664a4a888e2288673f78bb287e154abb
[media] dvb-frontend: split set_delivery_system()

This function is complex, and has different workflows, one for
DVBv3 calls, and another one for DVBv5 calls. Break it into 3
functions, in order to make easier to understand what each
block does.
No functional changes so far. A few comments got improved.

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