[media] dvb: remove unnecessary code
authorGreg Dietsche <gregory.dietsche@cuw.edu>
Thu, 16 Jun 2011 16:33:35 +0000 (13:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:09 +0000 (17:53 -0300)
remove unnecessary code that matches this coccinelle pattern
if (...)
return ret;
return ret;

Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/cx24116.c

Simple merge