Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 250a51ca authored by Jakob Normark's avatar Jakob Normark Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarJakob Normark <jakobnormark@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 6a084d6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
	}