Re: [PATCH 06/20] coresight: Handle errors in finding input/output ports

2018-06-08 Thread Mathieu Poirier
On Tue, Jun 05, 2018 at 10:43:17PM +0100, Suzuki K Poulose wrote: > If we fail to find the input / output port for a LINK component > while enabling a path, we should fail gracefully rather than > assuming port "0". > > Cc: Mathieu Poirier > Signed-off-by: Suzuki K Poulose > --- > drivers/hwtra

[PATCH 06/20] coresight: Handle errors in finding input/output ports

2018-06-05 Thread Suzuki K Poulose
If we fail to find the input / output port for a LINK component while enabling a path, we should fail gracefully rather than assuming port "0". Cc: Mathieu Poirier Signed-off-by: Suzuki K Poulose --- drivers/hwtracing/coresight/coresight.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletio