Re: [U-Boot] [PATCH v9 40/49] rockchip: spi: Correct the bus init code

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:44, Simon Glass wrote: > Two of the init values are created locally so cannot be out of range. > The masking is unnecessary and in one case is incorrect. Fix it. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Changes

[U-Boot] [PATCH v9 40/49] rockchip: spi: Correct the bus init code

2016-01-21 Thread Simon Glass
Two of the init values are created locally so cannot be out of range. The masking is unnecessary and in one case is incorrect. Fix it. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None drivers/spi/rk_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2