Home
last modified time | relevance | path

Searched hist:"4 c253fdb2a175ea3472c38a1455a16faa58e81f0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dfsl_pci_init.c4c253fdb2a175ea3472c38a1455a16faa58e81f0 Tue Dec 09 16:27:33 UTC 2008 Kumar Gala <galak@kernel.crashing.org> drivers/fsl_pci_init: Fix compile warning

fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type

The check only makes sense if we are CONFIG_PHYS_64BIT

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>