aboutsummaryrefslogtreecommitdiff
path: root/drivers/coresight/coresight.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/coresight/coresight.c')
-rw-r--r--drivers/coresight/coresight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/coresight/coresight.c b/drivers/coresight/coresight.c
index d6052e2cd6a7..c5def9382357 100644
--- a/drivers/coresight/coresight.c
+++ b/drivers/coresight/coresight.c
@@ -498,7 +498,7 @@ static int coresight_orphan_match(struct device *dev, void *data)
* Circle throuch all the connection of that component. If we find
* an orphan connection whose name matches @csdev, link it.
*/
- for (i = 0; i < i_csdev->nr_outport; i++) {
+ for (i = 0; i < i_csdev->nr_outport; i++) {
conn = &i_csdev->conns[i];
/* We have found at least one orphan connection */