staging: zoran: fix brace in the wrong line

fix the following error from checkpatch:

ERROR: that open brace { should be on the previous line

Signed-off-by: Cristiano Borges Cardoso <cristianoborgescardoso@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Cristiano Borges Cardoso 2019-04-02 21:40:10 -04:00 committed by Greg Kroah-Hartman
parent 9fc6eeb7cb
commit 2d2d5b861a

View File

@ -1146,8 +1146,7 @@ static struct videocodec_master *zoran_setup_videocodec(struct zoran *zr,
strscpy(m->name, ZR_DEVNAME(zr), sizeof(m->name));
m->data = zr;
switch (type)
{
switch (type) {
case CODEC_TYPE_ZR36060:
m->readreg = zr36060_read;
m->writereg = zr36060_write;