From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 22 Sep 2012 00:34:10 +0200 Subject: [U-Boot] [PATCH] pci: fix some warnings related to assumptions about In-Reply-To: <1348066056-12965-1-git-send-email-galak@kernel.crashing.org> References: <1348066056-12965-1-git-send-email-galak@kernel.crashing.org> Message-ID: <20120922003410.42806cbc@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Wed, 19 Sep 2012 09:47:36 -0500 Kumar Gala 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 > 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 > --- > drivers/pci/pci.c | 6 +++--- > drivers/pci/pci_auto.c | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) Applied to staging/agust at denx.de. Thanks, Anatolij