]> git.baikalelectronics.ru Git - kernel.git/commit
coresight: etb10: Remove useless conversion to LE
authorMathieu Poirier <mathieu.poirier@linaro.org>
Wed, 2 Aug 2017 16:21:56 +0000 (10:21 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 14:05:47 +0000 (16:05 +0200)
commit4ec7d5ec0223f4e612ea7cea40d3e864cc14fb8c
tree122e097cf0df7d115932ade3fd70064b351827a4
parent22c3224421244a2bf3691cd0fac7621574d9a139
coresight: etb10: Remove useless conversion to LE

Internal CoreSight components are rendering trace data in little-endian
format.  As such there is no need to convert the data once more, hence
removing the extra step.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-etb10.c