commit | ad725aee070caf8fa93d84d6fb78321f9642db18 | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Tue Feb 02 14:13:59 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 22:11:10 2016 -0800 |
tree | 72a9ebd85ee6deb482f95ab06abf3bb9ee354d53 | |
parent | f2dfab3568fc32afeac8b698481e80e7ab2dc658 [diff] |
coresight: remove csdev's link from topology In function 'coresight_unregister()', all references to the csdev that is being taken away need to be removed from the topology. Otherwise building the next coresight path from source to sink may use memory that has been released. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>