OSDN Git Service

[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)
commit9713883b0fa3a8afbff0cd2282d689719d7c39c2
treed0adcb9b5081e68e177f6f6a9dc180a340a47c37
parentf704eab5b6beff878fc68dca800a4979ec97a15c
[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