commit | 6ab86d2aa04375167c0e168eecb672acaf3d991a | [log] [tgz] |
---|---|---|
author | Andi Shyti <andi.shyti@samsung.com> | Wed Jul 06 06:01:20 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Jul 13 15:09:05 2016 -0300 |
tree | b643dbbae2832b12a77738e41704e7b35f838441 | |
parent | 19e565397cb92b0484c46c48498e0fe2d2491efa [diff] |
[media] lirc_dev: remove double if ... else statement There are two if ... else which check the same thing in different part of the code, they can be merged in a single check. Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>