commit | 2204bc1bd3abedc37a72282b4ddcfb3eca8cfccb | [log] [tgz] |
---|---|---|
author | Alex Marginean <alexm.osslist@gmail.com> | Fri Jun 07 11:24:22 2019 +0300 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | b5ff9fd7c21bb5c7084d7e57c08608c9dbdd23b8 | |
parent | da0fb5fdd430abef136bc5e1636f8d1855cf0008 [diff] |
pci: fixed dm_pci_map_bar comment The comment now indicates that the input argument bar is a register offset, not a BAR index. It also mentions which BARs are supported for type 0/1 and that the function can return 0 on error. Signed-off-by: Alex Marginean <alexm.osslist@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>