]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pci: fix errant data types and corresponding access functions
authorAndrew Sharp <andywyse6@gmail.com>
Wed, 1 Aug 2012 12:27:16 +0000 (12:27 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Sep 2012 12:17:42 +0000 (14:17 +0200)
commitaf778c6d9e2b945ee03cbc53bb976238a3374f33
tree0be98cc2a10c668a3e0571bf10a83aa81b56580f
parent6e2fbdea1b26d75314d87c380a36b0015bf824cf
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: Andrew Sharp <andywyse6@gmail.com>
drivers/pci/pci.c
drivers/pci/pci_auto.c