aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-07-26 20:16:35 -0700
committerVineet Gupta <vgupta@synopsys.com>2018-07-30 11:48:50 -0700
commitec837d620c750c0d4996a907c8c4f7febe1bbeee (patch)
tree91b8a19042b041c6cd8d58a3baf5f869c7738eb3 /MAINTAINERS
parentarc: fix build errors in arc/include/asm/delay.h (diff)
downloadlinux-dev-ec837d620c750c0d4996a907c8c4f7febe1bbeee.tar.xz
linux-dev-ec837d620c750c0d4996a907c8c4f7febe1bbeee.zip
arc: fix type warnings in arc/mm/cache.c
Fix type warnings in arch/arc/mm/cache.c. ../arch/arc/mm/cache.c: In function 'flush_anon_page': ../arch/arc/mm/cache.c:1062:55: warning: passing argument 2 of '__flush_dcache_page' makes integer from pointer without a cast [-Wint-conversion] __flush_dcache_page((phys_addr_t)page_address(page), page_address(page)); ^~~~~~~~~~~~~~~~~~ ../arch/arc/mm/cache.c:1013:59: note: expected 'long unsigned int' but argument is of type 'void *' void __flush_dcache_page(phys_addr_t paddr, unsigned long vaddr) ~~~~~~~~~~~~~~^~~~~ Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Vineet Gupta <vgupta@synopsys.com> Cc: linux-snps-arc@lists.infradead.org Cc: Elad Kanfi <eladkan@mellanox.com> Cc: Leon Romanovsky <leonro@mellanox.com> Cc: Ofer Levi <oferle@mellanox.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions