]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: pci: Break out the common region display code
authorSimon Glass <sjg@chromium.org>
Mon, 29 Feb 2016 22:25:35 +0000 (15:25 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
commit02c80a0e138ff656219050afa6ecf2368e6c9293
tree5187a951410a0eaeb4489f561feb3d6b74f9ffcd
parent4101f6879256720b30df712089a3df18565f9203
dm: pci: Break out the common region display code

Each region is displayed in almost the same way. Break out this common code
into its own function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
drivers/pci/pci_auto_common.c