Re: [PATCH] coresight: fix the replicator subtype value

2015-01-13 Thread Mathieu Poirier
On 12 January 2015 at 01:32, Kaixu Xia wrote: > According to the classification, the type of replicator > is link, so the subtype should also be link_subtype. > > Signed-off-by: Kaixu Xia > --- > drivers/coresight/coresight-replicator.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[PATCH] coresight: fix the replicator subtype value

2015-01-12 Thread Kaixu Xia
According to the classification, the type of replicator is link, so the subtype should also be link_subtype. Signed-off-by: Kaixu Xia --- drivers/coresight/coresight-replicator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/coresight/coresight-replicator.c b/drive