Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1316285 > unrolled thread
| Started by | Eric Long <eric.long@linaro.org> |
|---|---|
| First post | 2016-01-25 09:40 +0100 |
| Last post | 2016-01-25 18:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v2 0/2] Modify static defined and wrong parameter used. Eric Long <eric.long@linaro.org> - 2016-01-25 09:40 +0100
Re: [PATCH v2 0/2] Modify static defined and wrong parameter used. Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-01-25 18:10 +0100
| From | Eric Long <eric.long@linaro.org> |
|---|---|
| Date | 2016-01-25 09:40 +0100 |
| Subject | [PATCH v2 0/2] Modify static defined and wrong parameter used. |
| Message-ID | <qUKQO-1ei-17@gated-at.bofh.it> |
Both of the two patches optimize the code and remove the mistakes and warnings detected by the check tools. Changes since v1: - Adjust the patch by the changes not by the check tools. Eric Long (2): coresight: "DEVICE_ATTR_RO" should defined as static. coresight: etm4x: Check every parameter used by dma_xx_coherent. drivers/hwtracing/coresight/coresight-etm4x.c | 2 +- drivers/hwtracing/coresight/coresight-tmc.c | 6 +++--- drivers/hwtracing/coresight/of_coresight.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -- 1.7.9.5
[toc] | [next] | [standalone]
| From | Mathieu Poirier <mathieu.poirier@linaro.org> |
|---|---|
| Date | 2016-01-25 18:10 +0100 |
| Message-ID | <qUSOp-7cE-57@gated-at.bofh.it> |
| In reply to | #1316285 |
On 25 January 2016 at 01:34, Eric Long <eric.long@linaro.org> wrote: > Both of the two patches optimize the code and remove the mistakes > and warnings detected by the check tools. > > Changes since v1: > - Adjust the patch by the changes not by the check tools. > > Eric Long (2): > coresight: "DEVICE_ATTR_RO" should defined as static. > coresight: etm4x: Check every parameter used by dma_xx_coherent. > > drivers/hwtracing/coresight/coresight-etm4x.c | 2 +- > drivers/hwtracing/coresight/coresight-tmc.c | 6 +++--- > drivers/hwtracing/coresight/of_coresight.c | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) > > -- > 1.7.9.5 > I have applied both patches - thanks. Mathieu
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web