commit | 3915d367932609f9c0bdc79c525b5dd5a806ab18 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Feb 22 14:22:04 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Feb 23 07:26:22 2016 -0300 |
tree | f57c0ab4c21e660f300c6074b4bc69025e20241f | |
parent | d4c71d7a385575bebcf0e2a182508e75eeb77b83 [diff] |
[media] ttpci: cleanup a bogus smatch warning Cleanup this bogus smatch warning: drivers/media/pci/ttpci/budget.c:635 frontend_init() warn: missing break? reassigning 'budget->dvb_frontend' And document the fall through logic at the switch(). Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>