coresight: removing gratuitous boot time log messages
[firefly-linux-kernel-4.4.55.git] / drivers / hwtracing / coresight / coresight-tpiu.c
index 8fb09d9237abcb47af9642210dbd28e0778ee11d..4e471e2e9d896df24399c9e02cdd06a463ac27be 100644 (file)
@@ -167,7 +167,6 @@ static int tpiu_probe(struct amba_device *adev, const struct amba_id *id)
        if (IS_ERR(drvdata->csdev))
                return PTR_ERR(drvdata->csdev);
 
-       dev_info(dev, "TPIU initialized\n");
        return 0;
 }