coresight: remove the extra spaces
[deliverable/linux.git] / drivers / coresight / coresight-etb10.c
index a1da7020201bfb488e0ce3a22f4675883c87a718..c9acd406f0d02a4e8223b20d323c028d1938af9b 100644 (file)
@@ -454,7 +454,7 @@ static int etb_probe(struct amba_device *adev, const struct amba_id *id)
        if (ret)
                return ret;
 
-       drvdata->buffer_depth =  etb_get_buffer_depth(drvdata);
+       drvdata->buffer_depth = etb_get_buffer_depth(drvdata);
        clk_disable_unprepare(drvdata->clk);
 
        if (drvdata->buffer_depth < 0)
This page took 0.024806 seconds and 5 git commands to generate.