From cd21f1c613293a9b22ef0932a7612b48ef6e508d Mon Sep 17 00:00:00 2001 From: Jihong Sui Date: Wed, 28 Nov 2018 16:23:05 +0800 Subject: [PATCH] deinterlace: there's a change to hang in shutdown [1/1] PD#OTT-778 Problem: 1.kernel received reboot command, but hang in shutdown Solution: move tasklet_disable behind tasklet_kill Verify: P321 Change-Id: I994c21c5aeb42dbbb4e3b50ccac8376db4d4039d Signed-off-by: Jihong Sui --- drivers/amlogic/media/deinterlace/deinterlace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media/deinterlace/deinterlace.c b/drivers/amlogic/media/deinterlace/deinterlace.c index 207ebabbf95a..fcd87dd30faa 100644 --- a/drivers/amlogic/media/deinterlace/deinterlace.c +++ b/drivers/amlogic/media/deinterlace/deinterlace.c @@ -129,7 +129,7 @@ static di_dev_t *de_devp; static dev_t di_devno; static struct class *di_clsp; -static const char version_s[] = "2018-11-12a"; +static const char version_s[] = "2018-11-28b"; static int bypass_state = 1; static int bypass_all;