]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cx231xx: drop condition with no effect
authorNicholas Mc Guire <hofrat@osadl.org>
Wed, 4 Feb 2015 13:03:11 +0000 (10:03 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 2 Mar 2015 17:39:32 +0000 (14:39 -0300)
commit2be0687de25ffbde0dc2b34c5d6abe9ca2a1e73d
treed0adcb9b5081e68e177f6f6a9dc180a340a47c37
parent4b3a3232b5675b6157296f1da9c0274493b31d75
[media] cx231xx: drop condition with no effect

The if and the else code are identical - so the condition has no effect
on the effective code.
This patch removes the condition and the duplicated code.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/cx231xx/cx231xx-core.c