[media] Missing break statement added in smsdvb-main.c
Fix missing break that so that n_layers are not accidentally incorrect Kernel version: v3.10-rc1 Signed-off-by: Jakob Normark <jakobnormark@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
6a084d6b3d
commit
250a51caa6
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ static void smsdvb_stats_not_ready(struct dvb_frontend *fe)
|
|||
case DEVICE_MODE_ISDBT:
|
||||
case DEVICE_MODE_ISDBT_BDA:
|
||||
n_layers = 4;
|
||||
break;
|
||||
default:
|
||||
n_layers = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue