acrn-hypervisor/devicemodel/hw/pci
Marius Rodi 8fe8b15a02 devicemodel: hw: pci: xhci: Remove unnecessary condition
Because of the iteration of i as is, the condition i <= XHCI_MAX_DEVS
always results as true and thus is unnecessary.

When compiling with cflag -Werror this condition will result in a
compilation failure.

Tracked-On: #8114

Signed-off-by: Marius Rodi <marius.rodi@linutronix.de>
2022-09-07 14:08:09 +08:00
..
virtio dm: change virtio-i2c from legacy to modern device 2022-08-25 14:50:24 +08:00
ahci.c dm: Fix uninitialized variable in AHCI 2022-06-02 19:02:06 +08:00
core.c ACRN: DM: Fix the MSI mask and unmask bugs. 2022-06-14 16:28:50 +08:00
gsi_sharing.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
gvt.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
hostbridge.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
irq.c ACRN:DM: Set the desired state to inject PCI legacy intx 2022-02-21 15:34:01 +08:00
ivshmem.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
lpc.c ACRN/DM: Initialize the igd_lpc bridge to ISA_BRIDGE to make Linux guest happy 2020-05-25 11:08:25 +08:00
npk.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
passthrough.c ACRN/DM: Add the ADL-P GPU device_id to support GPU passthrough 2021-12-17 15:37:40 +08:00
pci_util.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
platform_gsi_info.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
ptm.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
uart.c hv: dm: Use new virtual device management ioctls 2021-07-15 11:53:54 +08:00
wdt_i6300esb.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
xhci.c devicemodel: hw: pci: xhci: Remove unnecessary condition 2022-09-07 14:08:09 +08:00