pci: Use a common return in command processing
authorSimon Glass <sjg@chromium.org>
Fri, 27 Nov 2015 02:51:18 +0000 (19:51 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 13:26:36 +0000 (06:26 -0700)
commitbfa4191e0343e2f9c0001d27295721f6f3e9b7dd
tree0817519ec1932574bb1a9216782fb2990ff96cb7
parente81ca88451cf4b692fede0b9c2e3444e4b61e139
pci: Use a common return in command processing

Adjust the commands to return from the same place.

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