Skip to content

Commit

Permalink
drivers: media: mfc: mark function as nocfi
Browse files Browse the repository at this point in the history
(cherry picked from commit e944b56c47f8b4c9b68da12b207f4a4b118e3837)
Signed-off-by: engstk <[email protected]>
  • Loading branch information
freak07 authored and engstk committed Jan 4, 2023
1 parent 3c6f0bf commit b6c2a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/exynos/mfc/mfc_enc_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ static int mfc_core_enc_set_buf_ctrls_val(struct mfc_core *core,
return 0;
}

static int mfc_core_enc_get_buf_ctrls_val(struct mfc_core *core,
static int __nocfi mfc_core_enc_get_buf_ctrls_val(struct mfc_core *core,
struct mfc_ctx *ctx, struct list_head *head)
{
struct mfc_buf_ctrl *buf_ctrl;
Expand Down

0 comments on commit b6c2a40

Please sign in to comment.