dm: pci: Correct a few debug() statements
authorSimon Glass <sjg@chromium.org>
Tue, 8 Sep 2015 23:52:48 +0000 (17:52 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Oct 2015 13:46:25 +0000 (07:46 -0600)
commit3129ace48948043467439e848264a287d9cd5cce
treeb107d4cc95f5b5b5ed55916469c6427874a3e5d6
parent4d21455e09f950d543954c5113f379208f11988e
dm: pci: Correct a few debug() statements

One debug() statement is missing a newline. The other has a repeated word.
Fix these.

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