Skip to content
Snippets Groups Projects
Commit cf5787f2 authored by Kumar Gala's avatar Kumar Gala Committed by Anatolij Gustschin
Browse files

pci: fix some warnings related to assumptions about


The following commit introduced some warnings associated with using
pci_addr_t instead of a proper 32-bit data type.

commit af778c6d
Author: Andrew Sharp <andywyse6@gmail.com>
Date:   Wed Aug 1 12:27:16 2012 +0000

    pci: fix errant data types and corresponding access functions

On some platforms pci_addr_t is defined as a 64-bit data type so its not
proper to use with pci_{read,write}_config_dword.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 5bfa78db
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