From: Helmut Raiger Date: Wed, 15 Jun 2011 01:45:45 +0000 (+0000) Subject: mxc_spi.c: typo fixed X-Git-Tag: v2011.06-rc3~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=61a58a16f85fe51a65ce6f6fdfa7f7fd8e05978a;p=oweals%2Fu-boot.git mxc_spi.c: typo fixed Signed-off-by: Helmut Raiger --- diff --git a/drivers/spi/mxc_spi.c b/drivers/spi/mxc_spi.c index f909e076ea..698e7266e8 100644 --- a/drivers/spi/mxc_spi.c +++ b/drivers/spi/mxc_spi.c @@ -31,7 +31,7 @@ /* i.MX27 has a completely wrong register layout and register definitions in the * datasheet, the correct one is in the Freescale's Linux driver */ -#error "i.MX27 CSPI not supported due to drastic differences in register definisions" \ +#error "i.MX27 CSPI not supported due to drastic differences in register definitions" \ "See linux mxc_spi driver from Freescale for details." #elif defined(CONFIG_MX31)