diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-12 14:42:19 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-12 14:42:19 -0700 |
| commit | dfad0f9a64b90e5dcead72516199d89f2cc620a1 (patch) | |
| tree | 0127d73c99a6fe07b42861d6267d6abac814e97f | |
| parent | 9c8924dbaadbb194f6d0bf30fa7fafde20ec096c (diff) | |
| parent | ff509cd1a729e278b0f0b22ecb4d451b0b5e016d (diff) | |
Merge "coresight-tpda: skip writing '0' to FREQREQ_VAL register"
| -rw-r--r-- | drivers/hwtracing/coresight/coresight-tpda.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hwtracing/coresight/coresight-tpda.c b/drivers/hwtracing/coresight/coresight-tpda.c index e4e188fc67fc..4ccf30c1d3d0 100644 --- a/drivers/hwtracing/coresight/coresight-tpda.c +++ b/drivers/hwtracing/coresight/coresight-tpda.c @@ -154,8 +154,6 @@ static void __tpda_enable_post_port(struct tpda_drvdata *drvdata) if (drvdata->freq_req_val) tpda_writel(drvdata, drvdata->freq_req_val, TPDA_FREQREQ_VAL); - else - tpda_writel(drvdata, 0x0, TPDA_FREQREQ_VAL); val = tpda_readl(drvdata, TPDA_CR); if (drvdata->freq_req) |
