Dear Andrew Sharp, In message <[email protected]> you wrote: > 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 <[email protected]> > --- > drivers/pci/pci.c | 7 ++++--- > drivers/pci/pci_auto.c | 15 ++++++++------- > 2 files changed, 12 insertions(+), 10 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] If you think the problem is bad now, just wait until we've solved it. Epstein's Law _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

