Re: [PATCH v3 04/10] PCI: qcom: Remove redundancy between qcom_pcie and qcom_pcie_cfg
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2021-12-13 23:24:21
Also in:
linux-arm-msm, linux-pci, linux-phy
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2021-12-13 23:24:21
Also in:
linux-arm-msm, linux-pci, linux-phy
On Sat, Dec 11, 2021 at 05:17:52AM +0300, Dmitry Baryshkov wrote:
In preparation to adding more flags to configuration data, use struct qcom_pcie_cfg directly inside struct qcom_pcie, rather than duplicating all its fields. This would save us from the boilerplate code that just copies flags values from one sruct to another one.
s/flags values/flag values/ s/sruct/struct/