mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-30 15:56:08 +00:00
Fix for the following compiler warnings:
CC arch/powerpc/sysdev/bestcomm/bestcomm.o
arch/powerpc/sysdev/bestcomm/bestcomm.c: In function 'mpc52xx_bcom_probe':
arch/powerpc/sysdev/bestcomm/bestcomm.c:446:
warning: format '%08lx' expects type 'long unsigned int',
but argument 2 has type 'phys_addr_t'
CC arch/powerpc/sysdev/bestcomm/sram.o
arch/powerpc/sysdev/bestcomm/sram.c: In function 'bcom_sram_init':
arch/powerpc/sysdev/bestcomm/sram.c:89:
warning: format '%08lx' expects type 'long unsigned int',
but argument 3 has type 'phys_addr_t'
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
||
|---|---|---|
| .. | ||
| ata.c | ||
| ata.h | ||
| bcom_ata_task.c | ||
| bcom_fec_rx_task.c | ||
| bcom_fec_tx_task.c | ||
| bcom_gen_bd_rx_task.c | ||
| bcom_gen_bd_tx_task.c | ||
| bestcomm_priv.h | ||
| bestcomm.c | ||
| bestcomm.h | ||
| fec.c | ||
| fec.h | ||
| gen_bd.c | ||
| gen_bd.h | ||
| Kconfig | ||
| Makefile | ||
| sram.c | ||
| sram.h | ||