In the spi_alloc_device(), the parent pointer of spi deivce has
been changed from master->dev.parent to &master->dev for device
unregistration, so the pointer of getting the platform data as
this 'spi->dev.parent->platform_data' is wrong.
Signed-off-by: Jiucheng Xu
---
drivers/spi/spi-fsl-spi.c
Hi all,
I'm sorry, this patch is invalid, please ignore it, I will resend a new
patch base on the last tree. Thanks.
--
Best Regards,
Jiucheng
On Tue, 2012-06-26 at 10:32 +0800, Xu Jiucheng wrote:
> In the spi_alloc_device(), the parent pointer of spi deivce has
> been changed from mas
Hi All,
I'm sorry, please ignore this patch.
--
Best Regards,
Jiucheng
On Tue, 2012-06-26 at 10:32 +0800, Xu Jiucheng wrote:
> In the spi_alloc_device(), the parent pointer of spi deivce has
> been changed from master->dev.parent to &master->dev for device
> unregistration, so the poin
From: Xu Jiucheng
In the spi_alloc_device(), the parent pointer of spi deivce has
been changed from master->dev.parent to &master->dev for device
unregistration, so the pointer of getting the platform data as
this 'spi->dev.parent->platform_data' is wrong.
Signed-off-by: Xu Jiucheng
---
driver
In the spi_alloc_device(), the parent pointer of spi deivce has
been changed from master->dev.parent to &master->dev for device
unregistration, so the pointer of getting the platform data as
this 'spi->dev.parent->platform_data' is wrong.
Signed-off-by: Xu Jiucheng
---
drivers/spi/spi_fsl_spi.c