]> 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)
commit35f99cecd70efb8dd4ef998825307418a34ebf3a
tree0d4be77da0f07001a29640c17a06839eeee48224
parent79f4d2ed27b9d870c9fa678c6b0caa8571c4d395
[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