commit | 44156eee91ba6f027afbfd6a39016c0e7e31c8e9 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Oct 28 13:37:10 2019 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Tue Oct 29 15:04:34 2019 +0100 |
tree | 7699c137788c247c0c6f53967a62ffdf797f51ba | |
parent | 80327ce3d4edaa9abde1c6e1a1785572c7de3750 [diff] |
gpu: host1x: Clean up debugfs on removal The debugfs files created for host1x are never removed, causing these files to be left dangling in debugfs. This results in a crash when any of these files are accessed after the host1x driver has been removed, as well as a failure to create the debugfs entries when they are added again on driver probe. Signed-off-by: Thierry Reding <treding@nvidia.com>