Re: [PATCH] spi/rockchip: fixup incorrect dma direction setting

2014-08-20 Thread Mark Brown
On Wed, Aug 20, 2014 at 11:47:42AM +0800, Addy Ke wrote: > Signed-off-by: Addy Ke Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] spi/rockchip: fixup incorrect dma direction setting

2014-08-20 Thread Heiko Stübner
Hi Addy, please always remember to add a real commit message, something similar to: "Fix typo that caused the tx direction to be set twice and left out the rx direction." for example. > Signed-off-by: Addy Ke > --- > drivers/spi/spi-rockchip.c | 2 +- > 1 file changed, 1 insertion(+), 1 dele

[PATCH] spi/rockchip: fixup incorrect dma direction setting

2014-08-19 Thread Addy Ke
Signed-off-by: Addy Ke --- drivers/spi/spi-rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi-rockchip.c b/drivers/spi/spi-rockchip.c index cb8fd6f..4ef3fd3 100644 --- a/drivers/spi/spi-rockchip.c +++ b/drivers/spi/spi-rockchip.c @@ -679,7 +679,7 @@ sta