Re: [PATCH] pci: dwc: Fix NULL pointer dereference due to missing assignment

2017-03-01 Thread Vivek Gautam
On 03/01/2017 02:32 AM, Bjorn Helgaas wrote: On Tue, Feb 28, 2017 at 01:38:18PM +0530, Vivek Gautam wrote: Add missing assignment of dw_pci core structure for designware-plat. Commit 8b130f815a6b ("PCI: dwc: Fix crashes seen due to missing assignments") fixed all other platforms, but missed d

Re: [PATCH] pci: dwc: Fix NULL pointer dereference due to missing assignment

2017-02-28 Thread Bjorn Helgaas
On Tue, Feb 28, 2017 at 01:38:18PM +0530, Vivek Gautam wrote: > Add missing assignment of dw_pci core structure for > designware-plat. > > Commit 8b130f815a6b ("PCI: dwc: Fix crashes seen due to missing > assignments") fixed all other platforms, but missed > designware-plat file. > > Fixes: 442ec

[PATCH] pci: dwc: Fix NULL pointer dereference due to missing assignment

2017-02-28 Thread Vivek Gautam
Add missing assignment of dw_pci core structure for designware-plat. Commit 8b130f815a6b ("PCI: dwc: Fix crashes seen due to missing assignments") fixed all other platforms, but missed designware-plat file. Fixes: 442ec4c04d12 ("PCI: dwc: all: Split struct pcie_port into host-only and core struc