[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)
commitbe431b16c6bd22020abc5f5f30a89f1e2934de8e
tree0d4be77da0f07001a29640c17a06839eeee48224
parent7f6301d1257505d35e87ef1cb8eeee268e63a123
[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