summaryrefslogtreecommitdiff
path: root/drivers/spi/mxc_spi.c
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-03-04 10:10:44 +0800
committerYe Li <ye.li@nxp.com>2016-03-04 16:09:02 +0800
commit13d2079a2d74797fe665ccf94109b06aaccf1b45 (patch)
treea296191383df38334b9d04414bca16c8138e0a6b /drivers/spi/mxc_spi.c
parent8c8da023f9c530254486cda4bccb3a45d0ae6e28 (diff)
downloadu-boot-imx-13d2079a2d74797fe665ccf94109b06aaccf1b45.zip
u-boot-imx-13d2079a2d74797fe665ccf94109b06aaccf1b45.tar.gz
u-boot-imx-13d2079a2d74797fe665ccf94109b06aaccf1b45.tar.bz2
MLK-12492-1 mx6: fix type style problems introduced by patch MLK-12483
Some type style problems found by review-commits for previous patch MLK-12483, fix them in this patch and re-check. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 8ada91778f7f28dd33b80f515a35d09c1398933c)
Diffstat (limited to 'drivers/spi/mxc_spi.c')
-rw-r--r--drivers/spi/mxc_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/mxc_spi.c b/drivers/spi/mxc_spi.c
index c061145..7d84865 100644
--- a/drivers/spi/mxc_spi.c
+++ b/drivers/spi/mxc_spi.c
@@ -414,7 +414,7 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
return NULL;
}
- if (mx6_ecspi_fused(spi_bases[bus])){
+ if (mx6_ecspi_fused(spi_bases[bus])) {
printf("ECSPI@0x%lx is fused, disable it\n", spi_bases[bus]);
return NULL;
}