efi_loader: efi_variable_parse_signature() returns NULL on error
[oweals/u-boot.git] / include / dma-uclass.h
index a1d9d26ac56f146524f68f7efe659190124dd70a..340437acc134a078a3610b5f8aea90769321babe 100644 (file)
@@ -58,14 +58,14 @@ struct dma_ops {
         */
        int (*request)(struct dma *dma);
        /**
-        * free - Free a previously requested dma.
+        * rfree - Free a previously requested dma.
         *
         * This is the implementation of the client dma_free() API.
         *
         * @dma: The DMA to free.
         * @return 0 if OK, or a negative error code.
         */
-       int (*free)(struct dma *dma);
+       int (*rfree)(struct dma *dma);
        /**
         * enable() - Enable a DMA Channel.
         *