commit | b8514f3aaabe16f5351d81531c1a9743a764ab3a | [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 | c1a737914b4e4f28b91fcb8944c9f6d940801d7c [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>