[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, April 17, 2009 - 2:59 pm

Gitweb:     http://git.kernel.org/linus/2b2562d38130c769ee59948ba7e1f93d3787ca43
Commit:     2b2562d38130c769ee59948ba7e1f93d3787ca43
Parent:     0e983d3c38f87d405beb1ebbe2fea11eb01cc4c6
Author:     Daniel Ribeiro <drwyrm@gmail.com>
AuthorDate: Wed Apr 8 22:48:03 2009 -0300
Committer:  Eric Miao <eric.miao@marvell.com>
CommitDate: Mon Apr 13 12:10:36 2009 +0800

    [ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c
    
    Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
    Signed-off-by: Eric Miao <eric.miao@marvell.com>
---
 drivers/spi/pxa2xx_spi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c
index c1688c7..c76feea 100644
--- a/drivers/spi/pxa2xx_spi.c
+++ b/drivers/spi/pxa2xx_spi.c
@@ -195,7 +195,7 @@ static void cs_deassert(struct driver_data *drv_data)
 	struct chip_data *chip = drv_data->cur_chip;
 
 	if (chip->cs_control) {
-		chip->cs_control(PXA2XX_CS_ASSERT);
+		chip->cs_control(PXA2XX_CS_DEASSERT);
 		return;
 	}
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c, Linux Kernel Mailing ..., (Fri Apr 17, 2:59 pm)