Skip to content

Commit

Permalink
di: clean up deadcode
Browse files Browse the repository at this point in the history
PD#150463: driver defect clean up:
torvalds#69


Change-Id: If9604d390f5a77e2470d009058b2e77ce13f10e7
Signed-off-by: KeLe Bai <kele.bai@amlogic.com>
  • Loading branch information
KeLe Bai authored and akiernan committed Nov 3, 2022
1 parent fe3acf9 commit 81a8f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amlogic/media/deinterlace/deinterlace.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static struct vframe_provider_s di_vf_prov;
static int di_sema_init_flag;
static struct semaphore di_sema;

void trigger_pre_di_process(char idx)
void trigger_pre_di_process(unsigned char idx)
{
if (di_sema_init_flag == 0)
return;
Expand Down

0 comments on commit 81a8f0e

Please sign in to comment.