Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Yi Zhang <yizhang@marvell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information