Re: [PATCH] PCI: exynos: fix the NULL pointer dereference about elbi_base

2017-03-07 Thread Bjorn Helgaas
On Tue, Mar 07, 2017 at 07:54:05PM +0900, Jaehoon Chung wrote: > Even though using phy framework, it has to get the elbi_base. > Before this patch, elbi_base should be NULL pointer. > > Fixes: e7cd7ef58e1f ("PCI: exynos: Support the PHY generic framework") > > Signed-off-by: Jaehoon Chung

Re: [PATCH] PCI: exynos: fix the NULL pointer dereference about elbi_base

2017-03-07 Thread Bjorn Helgaas
On Tue, Mar 07, 2017 at 07:54:05PM +0900, Jaehoon Chung wrote: > Even though using phy framework, it has to get the elbi_base. > Before this patch, elbi_base should be NULL pointer. > > Fixes: e7cd7ef58e1f ("PCI: exynos: Support the PHY generic framework") > > Signed-off-by: Jaehoon Chung

[PATCH] PCI: exynos: fix the NULL pointer dereference about elbi_base

2017-03-07 Thread Jaehoon Chung
Even though using phy framework, it has to get the elbi_base. Before this patch, elbi_base should be NULL pointer. Fixes: e7cd7ef58e1f ("PCI: exynos: Support the PHY generic framework") Signed-off-by: Jaehoon Chung --- drivers/pci/dwc/pci-exynos.c | 8 1 file

[PATCH] PCI: exynos: fix the NULL pointer dereference about elbi_base

2017-03-07 Thread Jaehoon Chung
Even though using phy framework, it has to get the elbi_base. Before this patch, elbi_base should be NULL pointer. Fixes: e7cd7ef58e1f ("PCI: exynos: Support the PHY generic framework") Signed-off-by: Jaehoon Chung --- drivers/pci/dwc/pci-exynos.c | 8 1 file changed, 4 insertions(+),