Skip to content

Commit

Permalink
INTERNAL: Fix Coverity issue
Browse files Browse the repository at this point in the history
This is to help fix Coverity issue in mesa
project.

Tracked-On: OAM-105550
Signed-off-by: Ren Chenglei <[email protected]>
  • Loading branch information
renchenglei authored and yhe39 committed Mar 13, 2023
1 parent 07e9f53 commit 9dccf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egl/drivers/dri2/platform_android.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static int get_ycbcr_from_flexlayout(struct android_flex_layout *outFlexLayout,
ycbcr->chroma_step = outFlexLayout->planes[i].h_increment;
break;
default:
_eglLog(_EGL_WARNING,"unknown component 0x%x", __func__, outFlexLayout->planes[i].component);
_eglLog(_EGL_WARNING,"%s: unknown component 0x%x", __func__, outFlexLayout->planes[i].component);
break;
}
}
Expand Down

0 comments on commit 9dccf10

Please sign in to comment.