dm: pci: Add a 'fall through' comment
authorSimon Glass <sjg@chromium.org>
Fri, 15 Jan 2016 12:23:21 +0000 (05:23 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 15 Jan 2016 13:09:42 +0000 (08:09 -0500)
commitf19345b51c98bb2bdd54e0275a7a223e91dbd6bb
tree9bbf5d88e863fc96ba073783dc83ca385f58f74b
parent192bc6948b02ff4168cab16162fffb507946dc2b
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>
drivers/pci/pci_auto.c