commit | b6404e21f023e4aa208a0ba03d55a9c8a57cb940 | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Wed Feb 17 17:51:46 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:11:01 2016 -0800 |
tree | 6a752cea9d6393139da93e8b20b87a2e7d0e433f | |
parent | b3e94405941e6916d5e365454d74560c2bea47ca [diff] |
coresight: add API to get sink from path Add an API allowing external code to quickly get a handle on the sink within a path. The sink is always last, but adding an API allows to keep the path's node structure private and remove redundant checks. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>