commit | c4e72c4ad8b7c2db9c868bd053c25344b95900b8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:37 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:45 2020 -0700 |
tree | fd7f628f007e60b6a9f69d94b14421ffe226ae27 | |
parent | fc347fbdd44a01b1aba6283dec56c1374baca383 [diff] |
dm: pci: Update the PCI read_config() method to const dev * At present this method uses a non-const udevice pointer, but the call should not modify the device. Use a const pointer. Signed-off-by: Simon Glass <sjg@chromium.org>