Re: [PATCH v2 05/36] coresight: tmc: Cleanup power management

2019-04-23 Thread Suzuki K Poulose
On 04/17/2019 09:03 PM, Mathieu Poirier wrote: On Mon, 15 Apr 2019 at 10:05, Suzuki K Poulose wrote: Drop the power only if we were successful in probing the device. Cc: Mathieu Poirier Signed-off-by: Suzuki K Poulose --- drivers/hwtracing/coresight/coresight-tmc.c | 4 ++-- 1 file chang

Re: [PATCH v2 05/36] coresight: tmc: Cleanup power management

2019-04-17 Thread Mathieu Poirier
On Mon, 15 Apr 2019 at 10:05, Suzuki K Poulose wrote: > > Drop the power only if we were successful in probing the device. > > Cc: Mathieu Poirier > Signed-off-by: Suzuki K Poulose > --- > drivers/hwtracing/coresight/coresight-tmc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

[PATCH v2 05/36] coresight: tmc: Cleanup power management

2019-04-15 Thread Suzuki K Poulose
Drop the power only if we were successful in probing the device. Cc: Mathieu Poirier Signed-off-by: Suzuki K Poulose --- drivers/hwtracing/coresight/coresight-tmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/hwtracing/coresight/coresight-tmc.c b/drivers/hwt