]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit4f871a9f0f6fbb8ab023cca1f0099bf152a5d618
tree122e097cf0df7d115932ade3fd70064b351827a4
parentcfd9f6306f105977bbe8ff793c4a4bc7a912f040
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