Problem:
use-after-free issue
driver_data is relesed on shutdown, it is used in kthread_di
this thread is not stopped, will return if driver_data is NULL
Solution:
set driver_data to NULL on shutdown release
Verify:
verified on TL1-X301
Change-Id: I64fd1e39e6cedcc801d4d451eb1a56ca2ccc3364 Signed-off-by: Jian Cao <jian.cao@amlogic.com>