]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/omap3_spi.c
omap3: spi: the symbol for Hertz is Hz
[u-boot] / drivers / spi / omap3_spi.c
index ebbdcaf14a069035611504b2a8de377137737569..1da4542af0dee4ebcf2c57e75e72b773375ff20d 100644 (file)
@@ -548,7 +548,8 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
        }
 
        if (max_hz > OMAP3_MCSPI_MAX_FREQ) {
-               printf("SPI error: unsupported frequency %i Hz. Max frequency is 48 Mhz\n", max_hz);
+               printf("SPI error: unsupported frequency %i Hz. Max frequency is 48 MHz\n",
+                      max_hz);
                return NULL;
        }