Commit 6ada9bb9 authored by Federico Vaga's avatar Federico Vaga

sw:drv:spi: remove print message

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 940972c8
......@@ -624,7 +624,6 @@ static int spi_ocores_probe(struct platform_device *pdev)
int irq;
int i;
pr_info("%s:%d\n", __func__, __LINE__);
master = spi_alloc_master(&pdev->dev, sizeof(*sp));
if (!master) {
dev_err(&pdev->dev, "failed to allocate spi master\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment