fixed debug message
authorMiroslav Ondra <ondra@faster.cz>
Fri, 20 Jul 2018 02:12:38 +0000 (04:12 +0200)
committerMiroslav Ondra <ondra@faster.cz>
Fri, 20 Jul 2018 02:12:38 +0000 (04:12 +0200)
modules/unipi/src/unipi_spi.c

index 302eeba354694cbd02a5dd61981601839b359570..1dc42456ff0e653395d93bcbeed96fcacfc99057 100644 (file)
@@ -913,7 +913,7 @@ s32 neuronspi_spi_probe(struct spi_device *spi)
        spin_unlock_irqrestore(neuronspi_probe_spinlock, flags);
        if (!n_spi)
                return -ENOMEM;
-       printk(KERN_INFO "UNIPISPI: Neuronspi Probe Started\n");
+       printk(KERN_INFO "UNIPISPI: Probe Started\n");
        if (n_spi == NULL || spi == NULL) {
                return -8;
        }