[media] cx24110: Fix a spatch warning
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 5 Nov 2014 11:56:12 +0000 (09:56 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 5 Nov 2014 11:56:12 +0000 (09:56 -0200)
commitb8e64df00231a4c4d59b68d8eda9f8db1adc1ea4
treeb0142c5c0f178b935a8a62ee1d93ad00abe39600
parent667c952e7191ffb0a2703c8e173b0d5f0231a764
[media] cx24110: Fix a spatch warning

This is actually a false positive:
drivers/media/dvb-frontends/cx24110.c:210 cx24110_set_fec() error: buffer overflow 'rate' 7 <= 8

But fixing it is easy: just ensure that the table size will be
limited to FEC_AUTO.

While here, fix spacing on the affected lines.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/cx24110.c