Commit 3022b988 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: davinci: fix an inconsistent ident

drivers/media/platform/davinci/vpbe_osd.c:849 try_layer_config() warn: inconsistent indenting
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 09821dfd
......@@ -849,6 +849,7 @@ static int try_layer_config(struct osd_state *sd, enum osd_layer layer,
if ((osd->vpbe_type == VPBE_VERSION_1) &&
is_osd_win(layer) && is_rgb_pixfmt(lconfig->pixfmt)) {
enum osd_pix_format pixfmt;
if (layer == WIN_OSD0)
pixfmt = osd->win[WIN_OSD1].lconfig.pixfmt;
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment