Don't try to compute I/O for empty sub buses.
authorStefan Reinauer <reinauer@chromium.org>
Wed, 11 May 2011 22:57:07 +0000 (15:57 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 9 Mar 2012 19:32:58 +0000 (20:32 +0100)
commit5807555f9a0afb94ad92535dd2933ee4dbd25088
tree99f59cec4323f9a819c484d63efffb3f7ab2950d
parentdfab0f69ae9af22a96f68364fb1c0d95798a21c9
Don't try to compute I/O for empty sub buses.

I am not sure if the sub bus being 0 is a problem, or if the assumption
there has to be at least one non empty link is just wrong. It certainly
does not hurt to add a small consistency check in either case.

Change-Id: I098446deef96a8baae26a7ca1ddd96e626a06dc5
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/693
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/devices/device_util.c