diff options
Diffstat (limited to 'drivers/coresight/coresight.c')
-rw-r--r-- | drivers/coresight/coresight.c | 2 |
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) | |||
498 | * Circle throuch all the connection of that component. If we find | 498 | * Circle throuch all the connection of that component. If we find |
499 | * an orphan connection whose name matches @csdev, link it. | 499 | * an orphan connection whose name matches @csdev, link it. |
500 | */ | 500 | */ |
501 | for (i = 0; i < i_csdev->nr_outport; i++) { | 501 | for (i = 0; i < i_csdev->nr_outport; i++) { |
502 | conn = &i_csdev->conns[i]; | 502 | conn = &i_csdev->conns[i]; |
503 | 503 | ||
504 | /* We have found at least one orphan connection */ | 504 | /* We have found at least one orphan connection */ |