commit | b8e64df00231a4c4d59b68d8eda9f8db1adc1ea4 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Nov 05 09:56:12 2014 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Nov 05 09:56:12 2014 -0200 |
tree | b0142c5c0f178b935a8a62ee1d93ad00abe39600 | |
parent | 667c952e7191ffb0a2703c8e173b0d5f0231a764 [diff] |
[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>