mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
gcc '-Wunused-but-set-variable' warning:
drivers/misc/mic/scif/scif_rma.c: In function 'scif_create_remote_lookup':
drivers/misc/mic/scif/scif_rma.c:373:25: warning:
variable 'vmalloc_num_pages' set but not used [-Wunused-but-set-variable]
'vmalloc_num_pages' should be used to determine if the address is
within the vmalloc range.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| scif_api.c | ||
| scif_debugfs.c | ||
| scif_dma.c | ||
| scif_epd.c | ||
| scif_epd.h | ||
| scif_fd.c | ||
| scif_fence.c | ||
| scif_main.c | ||
| scif_main.h | ||
| scif_map.h | ||
| scif_mmap.c | ||
| scif_nm.c | ||
| scif_nodeqp.c | ||
| scif_nodeqp.h | ||
| scif_peer_bus.c | ||
| scif_peer_bus.h | ||
| scif_ports.c | ||
| scif_rb.c | ||
| scif_rb.h | ||
| scif_rma.c | ||
| scif_rma.h | ||
| scif_rma_list.c | ||
| scif_rma_list.h | ||