commit | 4677d8ed9db8564fb0b02c1d012d4b25de633290 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Nov 12 14:58:31 2009 +0900 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 01 17:51:21 2009 +0200 |
tree | 4e3e32499b56626875e43864468716dc0ea7c7b9 | |
parent | b6243d991a4d073b2c8c16737fec9ee74274bfeb [diff] |
pci: simplify (pci_/pcie_mmcfg_)data_read() Remove switch on length: we don't care about high bits for value, so just return all ones if no device. And add one assert(). Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Isaku Yamahata <yamahata@valinux.co.jp>