commit | 675a502305c49c6778a53ac47061783defc386ad | [log] [tgz] |
---|---|---|
author | Suzuki K. Poulose <Suzuki.Poulose@arm.com> | Tue Nov 29 09:47:17 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 29 20:05:32 2016 +0100 |
tree | 639a425cd0e97adc8f5aeda6be4e72d8831c13cc | |
parent | c38e505e27017268b86ca89e51582a57e67b39b7 [diff] |
coresight: tmc: Remove duplicate memset The tmc_etr_enable_hw() fills the buffer with 0's before enabling the hardware. So, we don't need an explicit memset() in tmc_enable_etr_sink_sysfs() before calling the tmc_etr_enable_hw(). This patch removes the explicit memset from tmc_enable_etr_sink_sysfs. Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>