]> git.ipfire.org Git - people/ms/u-boot.git/commit
pci: Fix compiler warnings in dm_pciauto_setup_device()
authorBin Meng <bmeng.cn@gmail.com>
Thu, 18 Feb 2016 07:14:47 +0000 (23:14 -0800)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Feb 2016 15:53:10 +0000 (08:53 -0700)
commit6796704b0dfb4f98cb4a026988e9739884812b5c
tree2d50f4f7282f6752963ca6874f999db153f63e46
parentf8025b58f834c1f25e60b9f4c8e7719cb228a5a1
pci: Fix compiler warnings in dm_pciauto_setup_device()

Fix the following compiler warnings when DEBUG is on.

warning: 'bar_res' may be used uninitialized in this function.
drivers/pci/pci_auto.c:101:21:
   if (!enum_only && pciauto_region_allocate(bar_res, bar_size,
                        ^

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/pci/pci_auto.c