]> err.no Git - linux-2.6/blobdiff - drivers/spi/spi_mpc83xx.c
[Blackfin] arch: Add physmap partition for BF527-EZkit
[linux-2.6] / drivers / spi / spi_mpc83xx.c
index be15a6213205c09b9c840b6ea726607b3e052e18..189f706b9e4b98b517d939c8ece9ed6146121659 100644 (file)
@@ -310,7 +310,7 @@ static int mpc83xx_spi_setup(struct spi_device *spi)
                return retval;
 
        dev_dbg(&spi->dev, "%s, mode %d, %u bits/w, %u nsec\n",
-               __FUNCTION__, spi->mode & (SPI_CPOL | SPI_CPHA),
+               __func__, spi->mode & (SPI_CPOL | SPI_CPHA),
                spi->bits_per_word, 2 * mpc83xx_spi->nsecs);
 
        /* NOTE we _need_ to call chipselect() early, ideally with adapter