1
0
Fork 0

coresight tmc etr: Removing extra newline

The simple removal of an extra newline, no change in functionality.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
zero-colors
Mathieu Poirier 2018-05-09 12:06:07 -06:00 committed by Greg Kroah-Hartman
parent 805c2c2cd0
commit bd11441bc2
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ static int tmc_enable_etr_sink_sysfs(struct coresight_device *csdev)
dma_addr_t paddr = 0;
struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent);
/*
* If we don't have a buffer release the lock and allocate memory.
* Otherwise keep the lock and move along.