Re: [PATCH 2/3] mpc52xx_spi: add missing mode_bits definition

2009-11-11 Thread Wolfram Sang
On Tue, Nov 10, 2009 at 10:12:08AM +0100, Luotao Fu wrote: > Signed-off-by: Luotao Fu SPI_CS_HIGH should be dropped, otherwise: Reviewed-by: Wolfram Sang > --- > drivers/spi/mpc52xx_spi.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/spi/mpc52xx_spi.c

[PATCH 2/3] mpc52xx_spi: add missing mode_bits definition

2009-11-10 Thread Luotao Fu
Signed-off-by: Luotao Fu --- drivers/spi/mpc52xx_spi.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/spi/mpc52xx_spi.c b/drivers/spi/mpc52xx_spi.c index 5b036f2..79ba678 100644 --- a/drivers/spi/mpc52xx_spi.c +++ b/drivers/spi/mpc52xx_spi.c @@ -430,6 +430,8 @@