commit | 1655a3d6f3174f359bc0bf25312fa4057dc81c72 | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Wed Aug 02 10:21:58 2017 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 16:05:47 2017 +0200 |
tree | 252e7e9bf046e7d278502e84692de9f24f2a91ec | |
parent | 0c3fc4d5fa26092853278145aca9b21fa52a3e93 [diff] |
coresight: etb10: Move etb_disable_hw() outside of lock Function etb_disable_hw() is already taking care of unlocking and locking the coresight access register and as such doesn't need to be placed within the unlock/lock of function etb_update_buffer(). Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>