commit | 544714d8e17c33822319d5a1a00e5ddc4db502b6 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Tue Mar 07 19:54:05 2017 +0900 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Mar 07 12:46:38 2017 -0600 |
tree | b8f5d79fe890a0a4c67351da3956de7e0e2718e3 | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 [diff] |
PCI: exynos: Initialize elbi_base even when using PHY framework Even when using the PHY framework, we need the elbi_base. Before this patch, we didn't initialize elbi_base, which caused NULL pointer dereferences later. Fixes: e7cd7ef58e1f ("PCI: exynos: Support the PHY generic framework") Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>