[Fixes: PATCH v1] spi: dw: fix kernel crash due to NULL pointer dereference

2014-08-27 Thread Andy Shevchenko
The obvious fix after the commit d9c73bb8a3a5 spi: dw: add support for gpio controlled chip select. This patch fixes the issue by using locally defined temporary variable. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com Cc: stable@vger.kernel.org # v3.16+ ---

Re: [Fixes: PATCH v1] spi: dw: fix kernel crash due to NULL pointer dereference

2014-08-27 Thread Mark Brown
On Wed, Aug 27, 2014 at 07:26:08PM +0300, Andy Shevchenko wrote: The obvious fix after the commit d9c73bb8a3a5 spi: dw: add support for gpio controlled chip select. This patch fixes the issue by using locally defined temporary variable. Applied, thanks. signature.asc Description: Digital

Re: [Fixes: PATCH v1] spi: dw: fix kernel crash due to NULL pointer dereference

2014-08-27 Thread Mark Brown
On Wed, Aug 27, 2014 at 07:26:08PM +0300, Andy Shevchenko wrote: The obvious fix after the commit d9c73bb8a3a5 spi: dw: add support for gpio controlled chip select. This patch fixes the issue by using locally defined temporary variable. Signed-off-by: Andy Shevchenko