mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
dm: pci: Add a 'fall through' comment
For this class it is intended to set up the PCI device, so add a comment to indicate this. This avoids a coverity warning. Reported-by: Coverity (CID: 134194) Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
192bc6948b
commit
f19345b51c
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ int dm_pciauto_config_device(struct udevice *dev)
|
||||||
|
|
||||||
case PCI_CLASS_PROCESSOR_POWERPC: /* an agent or end-point */
|
case PCI_CLASS_PROCESSOR_POWERPC: /* an agent or end-point */
|
||||||
debug("PCI AutoConfig: Found PowerPC device\n");
|
debug("PCI AutoConfig: Found PowerPC device\n");
|
||||||
|
/* fall through */
|
||||||
|
|
||||||
default:
|
default:
|
||||||
dm_pciauto_setup_device(dev, 6, pci_mem, pci_prefetch, pci_io,
|
dm_pciauto_setup_device(dev, 6, pci_mem, pci_prefetch, pci_io,
|
||||||
|
|
Loading…
Add table
Reference in a new issue