commit | 27f84acf0be090a4948596696e534b65f0bff980 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Sep 10 10:33:42 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Oct 21 01:06:10 2010 -0200 |
tree | 1b3e2785bc83f84cb3326ad4622ba91763c93626 | |
parent | d6c1ef6faa45b6a07a439719084756c3d136fa90 [diff] |
V4L/DVB: cx22702: Avoid duplicating code in branches Calling the same functions in if/else or switch/case branches is inefficient. Refactor the code for a smaller binary and increased readability. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>