[uaccess] Remove trivial uses of userptr_t

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-04-24 01:30:50 +01:00
parent 945df9b429
commit e8ffe2cd64
34 changed files with 69 additions and 86 deletions

View File

@@ -136,7 +136,7 @@ static void * dma_op_umalloc ( struct dma_device *dma,
struct dma_operations *op = dma->op;
if ( ! op )
return UNULL;
return NULL;
return op->umalloc ( dma, map, len, align );
}