Re: [PATCH] spi/rockchip: spi controller must be disabled in tx callback too
On Fri, Oct 17, 2014 at 09:44:13AM +0800, Addy Ke wrote: > Signed-off-by: Addy Ke Applied, thanks. signature.asc Description: Digital signature
[PATCH] spi/rockchip: spi controller must be disabled in tx callback too
Signed-off-by: Addy Ke --- drivers/spi/spi-rockchip.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/spi/spi-rockchip.c b/drivers/spi/spi-rockchip.c index 153269b..87bc16f 100644 --- a/drivers/spi/spi-rockchip.c +++ b/drivers/spi/spi-rockchip.c @@ -418,8 +418,10 @@