]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
coresight tmc etr: Removing extra newline
authorMathieu Poirier <mathieu.poirier@linaro.org>
Wed, 9 May 2018 18:06:07 +0000 (12:06 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 14:20:00 +0000 (16:20 +0200)
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>
drivers/hwtracing/coresight/coresight-tmc-etr.c

index f57199580c114019102e485902a715f4373a9172..02f747afa2bacf80c6669df6147a7690b63c579f 100644 (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.