From: Mauro Carvalho Chehab Date: Wed, 5 Nov 2014 11:56:12 +0000 (-0200) Subject: [media] cx24110: Fix a spatch warning X-Git-Tag: omap-for-v3.20/drop-legacy-3517~130^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8e64df00231a4c4d59b68d8eda9f8db1adc1ea4;p=pandora-kernel.git [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 --- Reading git-diff-tree failed