Loading drivers/base/dma-removed.c +2 −2 Original line number Diff line number Diff line Loading @@ -77,11 +77,11 @@ void *removed_alloc(struct device *dev, size_t size, dma_addr_t *handle, { bool no_kernel_mapping = attrs & DMA_ATTR_NO_KERNEL_MAPPING; bool skip_zeroing = attrs & DMA_ATTR_SKIP_ZEROING; int pageno; unsigned int pageno; unsigned long order; void __iomem *addr = NULL; struct removed_region *dma_mem = dev->removed_mem; int nbits; unsigned int nbits; unsigned int align; if (!gfpflags_allow_blocking(gfp)) Loading Loading
drivers/base/dma-removed.c +2 −2 Original line number Diff line number Diff line Loading @@ -77,11 +77,11 @@ void *removed_alloc(struct device *dev, size_t size, dma_addr_t *handle, { bool no_kernel_mapping = attrs & DMA_ATTR_NO_KERNEL_MAPPING; bool skip_zeroing = attrs & DMA_ATTR_SKIP_ZEROING; int pageno; unsigned int pageno; unsigned long order; void __iomem *addr = NULL; struct removed_region *dma_mem = dev->removed_mem; int nbits; unsigned int nbits; unsigned int align; if (!gfpflags_allow_blocking(gfp)) Loading