commit | efb9ab67255fc2333293827f8c45d2f51647faf9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sat Nov 19 12:56:58 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 25 06:44:36 2016 -0200 |
tree | f2637940e9d33a8be20e1285e6594ae968c956c9 | |
parent | 4cc5bed1caeb6d40f2f41c4c5eb83368691fbffb [diff] |
[media] dvb_net: prepare to split a very complex function The dvb_net code has a really complex function, meant to handle DVB network packages: it is long, has several loops and ifs inside, and even cause warnings with gcc5. Prepare it to be split into smaller functions by storing all arguments and internal vars inside a struct. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>