Re: [PATCHv3 1/6] SPI omap2_mcspi.c: Check params before dereference or use

2010-05-24 Thread Grant Likely
On Mon, May 24, 2010 at 8:20 AM, Scott Ellis wrote: > Check spi->chip_select for range before use. > > The spi->controller_state check is already in 2.6.34-rc7 > > Signed-off-by: Scott Ellis Okay, I've pick up this patch, but please check your Evolution configuration. Patchwork seems to be barf

Re: [PATCHv3 1/6] SPI omap2_mcspi.c: Check params before dereference or use

2010-05-24 Thread Scott Ellis
Check spi->chip_select for range before use. The spi->controller_state check is already in 2.6.34-rc7 Signed-off-by: Scott Ellis drivers/spi/omap2_mcspi.c | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/drivers/spi/omap2_mcspi.c b/drivers/spi/omap2_m