aboutsummaryrefslogtreecommitdiff
path: root/drivers/coresight/coresight-replicator.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-03-03 09:32:58 +0000
committerMark Brown <broonie@kernel.org>2015-03-03 09:32:58 +0000
commit426bf85880ce1f08afa33e44b83961e231ec923e (patch)
treeffadbdda6709741477b0a15c3b9703a01af2ce79 /drivers/coresight/coresight-replicator.c
parentd9161136f8f65a83983ce24c651d3ea1381f031d (diff)
parentf05198eee5f3c7516a55d61ef5b97dfca34af549 (diff)
Merge branch 'v3.14-backport' of http://git.linaro.org/people/mathieu.poirier/coresight into lsk-v3.14-coresightv3.14/topic/coresight
Diffstat (limited to 'drivers/coresight/coresight-replicator.c')
-rw-r--r--drivers/coresight/coresight-replicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/coresight/coresight-replicator.c b/drivers/coresight/coresight-replicator.c
index a2dfcf903551..cdf05537d574 100644
--- a/drivers/coresight/coresight-replicator.c
+++ b/drivers/coresight/coresight-replicator.c
@@ -87,7 +87,7 @@ static int replicator_probe(struct platform_device *pdev)
return -ENOMEM;
desc->type = CORESIGHT_DEV_TYPE_LINK;
- desc->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT;
+ desc->subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT;
desc->ops = &replicator_cs_ops;
desc->pdata = pdev->dev.platform_data;
desc->dev = &pdev->dev;