Re: [PATCH] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-29 Thread Chris Ball
Hi, On Mon, Oct 29 2012, James Hogan wrote: > On 17/10/12 10:11, Will Newton wrote: >> Looks good to me too. >> >> Acked-by: Will Newton >> >> On Wed, Oct 17, 2012 at 3:06 AM, Jaehoon Chung >> wrote: >>> Looks good to me. >>> >>> Acked-by: Jaehoon Chung > > Thanks for the acks Thomas, Seungw

Re: [PATCH] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-29 Thread James Hogan
On 17/10/12 10:11, Will Newton wrote: > Looks good to me too. > > Acked-by: Will Newton > > On Wed, Oct 17, 2012 at 3:06 AM, Jaehoon Chung wrote: >> Looks good to me. >> >> Acked-by: Jaehoon Chung Thanks for the acks Thomas, Seungwon, Jaehoon and Will. Chris: Any chance of queueing this patc

Re: [PATCH] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-17 Thread Will Newton
Looks good to me too. Acked-by: Will Newton On Wed, Oct 17, 2012 at 3:06 AM, Jaehoon Chung wrote: > Looks good to me. > > Acked-by: Jaehoon Chung > > On 10/16/2012 05:43 PM, James Hogan wrote: >> Commit 800d78bfccb3d38116abfda2a5b9c8afdbd5ea21 ("mmc: dw_mmc: add >> support for implementation s

Re: [PATCH] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-16 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung On 10/16/2012 05:43 PM, James Hogan wrote: > Commit 800d78bfccb3d38116abfda2a5b9c8afdbd5ea21 ("mmc: dw_mmc: add > support for implementation specific callbacks") merged in v3.7-rc1. > > The above commit introduced multiple NULL pointer dereferences when

RE: [PATCH] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-16 Thread Seungwon Jeon
On Tuesday, October 16, James Hogan > Commit 800d78bfccb3d38116abfda2a5b9c8afdbd5ea21 ("mmc: dw_mmc: add > support for implementation specific callbacks") merged in v3.7-rc1. > > The above commit introduced multiple NULL pointer dereferences when > the default dw_mci_pltfm_probe() is used, as it

Re: [PATCH] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-16 Thread Thomas Abraham
On 16 October 2012 14:13, James Hogan wrote: > Commit 800d78bfccb3d38116abfda2a5b9c8afdbd5ea21 ("mmc: dw_mmc: add > support for implementation specific callbacks") merged in v3.7-rc1. > > The above commit introduced multiple NULL pointer dereferences when > the default dw_mci_pltfm_probe() is used

[PATCH] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-16 Thread James Hogan
Commit 800d78bfccb3d38116abfda2a5b9c8afdbd5ea21 ("mmc: dw_mmc: add support for implementation specific callbacks") merged in v3.7-rc1. The above commit introduced multiple NULL pointer dereferences when the default dw_mci_pltfm_probe() is used, as it sets host->drv_data to NULL, and that's only ch