On 12.02.15 19:50, Laszlo Ersek wrote: > According to "PCI Bus Binding to IEEE Std 1275-1994", 3.1.2. Bus-specific > Properties for Bus Nodes, the second integer in "bus-range" is an > inclusive limit. > > This seems to be consistent with several *.dtsi files in the kernel tree, > where examples like > > bus-range = <0 0>; > > are visible. > > In addition, the loop in gen_pci_parse_map_cfg_windows() > [drivers/pci/host/pci-host-generic.c] uses "bus_range->end" as an > inclusive limit. > > Signed-off-by: Laszlo Ersek <ler...@redhat.com>
Nice catch! Reviewed-by: Alexander Graf <ag...@suse.de> Alex