Hi,

On Wed, 19 Sep 2012 09:47:36 -0500
Kumar Gala <ga...@kernel.crashing.org> wrote:

> The following commit introduced some warnings associated with using
> pci_addr_t instead of a proper 32-bit data type.
> 
> commit af778c6d9e2b945ee03cbc53bb976238a3374f33
> Author: Andrew Sharp <andywy...@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: Kumar Gala <ga...@kernel.crashing.org>
> ---
>  drivers/pci/pci.c      |    6 +++---
>  drivers/pci/pci_auto.c |    2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to staging/ag...@denx.de.

Thanks,
Anatolij
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to