mirror of
https://github.com/ipxe/ipxe
synced 2026-02-12 21:29:39 +03:00
[uaccess] Remove trivial uses of userptr_t
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user