[PATCH] spi/mpc8xxx:Fix the wrong pointer of getting the platform data

2012-07-30 Thread Jiucheng Xu
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

Re: [PATCH] spi/mpc8xxx:Fix the wrong pointer of getting the platform data

2012-07-17 Thread Jiucheng Xu
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

Re: [PATCH] spi/mpc8xxx:Fix the wrong pointer of getting the platform data

2012-07-17 Thread Jiucheng Xu
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

[PATCH] spi/mpc8xxx:Fix the wrong pointer of getting the platform data

2012-07-11 Thread Jiucheng Xu
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

[PATCH] spi/mpc8xxx:Fix the wrong pointer of getting the platform data

2012-06-25 Thread 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 --- drivers/spi/spi_fsl_spi.c