Merge tag 'media/v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[sfrench/cifs-2.6.git] / drivers / media / platform / mtk-vcodec / vdec / vdec_vp8_if.c
index 63a8708ce6822df186e21ad99d5e658839507e21..6011fdd60a222bab7777c8c44e2931d78d2a8e99 100644 (file)
@@ -402,7 +402,6 @@ static int vdec_vp8_init(struct mtk_vcodec_ctx *ctx)
        inst->vpu.id = IPI_VDEC_VP8;
        inst->vpu.dev = ctx->dev->vpu_plat_dev;
        inst->vpu.ctx = ctx;
-       inst->vpu.handler = vpu_dec_ipi_handler;
 
        err = vpu_dec_init(&inst->vpu);
        if (err) {