Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> --- drivers/dma/sh/rcar-dmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/sh/rcar-dmac.c b/drivers/dma/sh/rcar-dmac.c index 0cc6e0d..09df914 100644 --- a/drivers/dma/sh/rcar-dmac.c +++ b/drivers/dma/sh/rcar-dmac.c @@ -192,7 +192,7 @@ struct rcar_dmac { #define RCAR_DMACHCR_DPM_DISABLED (0 << 28) #define RCAR_DMACHCR_DPM_ENABLED (1 << 28) #define RCAR_DMACHCR_DPM_REPEAT (2 << 28) -#define RCAR_DMACHCR_DPM_INFINIE (3 << 28) +#define RCAR_DMACHCR_DPM_INFINITE (3 << 28) #define RCAR_DMACHCR_RPT_SAR (1 << 27) #define RCAR_DMACHCR_RPT_DAR (1 << 26) #define RCAR_DMACHCR_RPT_TCR (1 << 25) -- 1.8.5.5 -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html