commit | be431b16c6bd22020abc5f5f30a89f1e2934de8e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 18 15:25:36 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 18 20:30:36 2013 -0300 |
tree | 0d4be77da0f07001a29640c17a06839eeee48224 | |
parent | 7f6301d1257505d35e87ef1cb8eeee268e63a123 [diff] |
[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>