kernel/drivers/staging/media/rkvdec/rkvdec.c
.. .. @@ -101,7 +101,7 @@ 101 101 .max_width = 4096, 102 102 .step_width = 16, 103 103 .min_height = 48, 104 - .max_height = 2304,104 + .max_height = 2560,105 105 .step_height = 16, 106 106 }, 107 107 .ctrls = &rkvdec_h264_ctrls, .. .. @@ -1077,6 +1077,8 @@ 1077 1077 { 1078 1078 struct rkvdec_dev *rkvdec = platform_get_drvdata(pdev); 1079 1079 1080 + cancel_delayed_work_sync(&rkvdec->watchdog_work);1081 +1080 1082 rkvdec_v4l2_cleanup(rkvdec); 1081 1083 pm_runtime_disable(&pdev->dev); 1082 1084 pm_runtime_dont_use_autosuspend(&pdev->dev);