diff options
author | Suzuki K Poulose <[email protected]> | 2021-10-19 17:31:50 +0100 |
---|---|---|
committer | Mathieu Poirier <[email protected]> | 2021-10-27 11:45:59 -0600 |
commit | adf35d058617c94810c03628efd7ae7821f3c5e7 (patch) | |
tree | 7820962ed3895405bdc49565afa2271c9a16ca35 /drivers/usb/cdns3/cdns3-trace.c | |
parent | 7c2cc5e26cc0c6bc2478ac203e3fe71950418ea0 (diff) |
coresight: trbe: Make sure we have enough space
The TRBE driver makes sure that there is enough space for a meaningful
run, otherwise pads the given space and restarts the offset calculation
once. But there is no guarantee that we may find space or hit "no space".
Make sure that we repeat the step until, either :
- We have the minimum space
OR
- There is NO space at all.
Cc: Anshuman Khandual <[email protected]>
Cc: Mathieu Poirier <[email protected]>
Cc: Mike Leach <[email protected]>
Cc: Leo Yan <[email protected]>
Reviewed-by: Anshuman Khandual <[email protected]>
Signed-off-by: Suzuki K Poulose <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mathieu Poirier <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions