Skip to content
Snippets Groups Projects
Commit af778c6d authored by Andrew Sharp's avatar Andrew Sharp Committed by Wolfgang Denk
Browse files

pci: fix errant data types and corresponding access functions


In a couple of places, unsigned int and pci_config_*_dword were being
used when u16 and _word should be used.  Unsigned int was also being
used in a couple of places that should be pci_addr_t.

Signed-off-by: default avatarAndrew Sharp <andywyse6@gmail.com>
parent 6e2fbdea
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment