Skip to content
Commit b28e7d58 authored by Yi Zhang's avatar Yi Zhang Committed by Greg Kroah-Hartman
Browse files

staging: android: timed_output: fix use after free of dev



tdev->dev has been freed in device_destroy(), it's not right to
use dev_set_drvdata() after that;

Signed-off-by: default avatarYi Zhang <yizhang@marvell.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 88513624
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment