]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bus: mhi: host: pci_generic: Remove redundant assign resource usage
authorSubramanian Ananthanarayanan <quic_skananth@quicinc.com>
Wed, 16 Apr 2025 05:19:51 +0000 (10:49 +0530)
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Wed, 14 May 2025 10:30:58 +0000 (11:30 +0100)
commitce7cc522e9ffbad8663cb0b69eba928107b5909c
tree62f12c859dd151b368a7e0643988ee95bdecadb6
parent4d92e7c5ccadc79764674ffc2c88d329aabbb7e0
bus: mhi: host: pci_generic: Remove redundant assign resource usage

Avoid redundant usage of pci_assign_resource for BAR allocation. This is
already taken care by PCI framework. Invocation of this API leads to
unnecessary relocation of BAR space to a new memory address.

Signed-off-by: Subramanian Ananthanarayanan <quic_skananth@quicinc.com>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
Link: https://patch.msgid.link/20250416-remove_assin_resource-v1-1-e92dd361fa0a@quicinc.com
drivers/bus/mhi/host/pci_generic.c