media: davinci: fix an inconsistent ident
drivers/media/platform/davinci/vpbe_osd.c:849 try_layer_config() warn: inconsistent indenting Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
09821dfd6e
commit
3022b98870
|
@ -846,9 +846,10 @@ static int try_layer_config(struct osd_state *sd, enum osd_layer layer,
|
||||||
|
|
||||||
/* DM6446: */
|
/* DM6446: */
|
||||||
/* only one OSD window at a time can use RGB pixel formats */
|
/* only one OSD window at a time can use RGB pixel formats */
|
||||||
if ((osd->vpbe_type == VPBE_VERSION_1) &&
|
if ((osd->vpbe_type == VPBE_VERSION_1) &&
|
||||||
is_osd_win(layer) && is_rgb_pixfmt(lconfig->pixfmt)) {
|
is_osd_win(layer) && is_rgb_pixfmt(lconfig->pixfmt)) {
|
||||||
enum osd_pix_format pixfmt;
|
enum osd_pix_format pixfmt;
|
||||||
|
|
||||||
if (layer == WIN_OSD0)
|
if (layer == WIN_OSD0)
|
||||||
pixfmt = osd->win[WIN_OSD1].lconfig.pixfmt;
|
pixfmt = osd->win[WIN_OSD1].lconfig.pixfmt;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue