merged.

Bruce

In message: [linux-yocto][v5.10/standard/ti-sdk-5.10/ti-j72xx & 
v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] dwc: fix compile error
on 13/03/2024 Li Wang wrote:

> ti-j72xx/kernel-source/drivers/pci/controller/dwc/pcie-designware-ep.c:598
> error: too few arguments to function 'dw_pcie_ep_map_addr'
> 
> Signed-off-by: Li Wang <[email protected]>
> ---
>  drivers/pci/controller/dwc/pcie-designware-ep.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/controller/dwc/pcie-designware-ep.c 
> b/drivers/pci/controller/dwc/pcie-designware-ep.c
> index b84e2ce3d714..fb53240150d2 100644
> --- a/drivers/pci/controller/dwc/pcie-designware-ep.c
> +++ b/drivers/pci/controller/dwc/pcie-designware-ep.c
> @@ -595,7 +595,7 @@ int dw_pcie_ep_raise_msix_irq(struct dw_pcie_ep *ep, u8 
> func_no,
>  
>       aligned_offset = msg_addr & (epc->mem->window.page_size - 1);
>       msg_addr = ALIGN_DOWN(msg_addr, epc->mem->window.page_size);
> -     ret = dw_pcie_ep_map_addr(epc, func_no, ep->msi_mem_phys,  msg_addr,
> +     ret = dw_pcie_ep_map_addr(epc, func_no, 0, ep->msi_mem_phys,  msg_addr,
>                                 epc->mem->window.page_size);
>       if (ret)
>               return ret;
> -- 
> 2.25.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13686): 
https://lists.yoctoproject.org/g/linux-yocto/message/13686
Mute This Topic: https://lists.yoctoproject.org/mt/104907828/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to