Skip to content
Snippets Groups Projects
Commit 61a58a16 authored by Helmut Raiger's avatar Helmut Raiger Committed by Albert ARIBAUD
Browse files

mxc_spi.c: typo fixed

parent 953ee4d0
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
/* i.MX27 has a completely wrong register layout and register definitions in the /* i.MX27 has a completely wrong register layout and register definitions in the
* datasheet, the correct one is in the Freescale's Linux driver */ * 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." "See linux mxc_spi driver from Freescale for details."
#elif defined(CONFIG_MX31) #elif defined(CONFIG_MX31)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment