mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 15:20:11 +01:00
exynos: fimg2d: whitespace fix in g2d_flush
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
0d48697e7c
commit
f7b0586f16
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ static int g2d_flush(struct g2d_context *ctx)
|
|||
int ret;
|
||||
struct drm_exynos_g2d_set_cmdlist cmdlist;
|
||||
|
||||
if (ctx->cmd_nr == 0 && ctx->cmd_buf_nr == 0)
|
||||
if (ctx->cmd_nr == 0 && ctx->cmd_buf_nr == 0)
|
||||
return -1;
|
||||
|
||||
if (ctx->cmdlist_nr >= G2D_MAX_CMD_LIST_NR) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue