Commit 52984aab authored by Geliang Tang's avatar Geliang Tang Committed by Vinod Koul

dmaengine: ste_dma40: fix a trivial typo

s/regsiter/register/
Signed-off-by: default avatarGeliang Tang <geliangtang@163.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent e6d5bf6a
......@@ -2907,7 +2907,7 @@ static int __init d40_dmaengine_init(struct d40_base *base,
if (err) {
d40_err(base->dev,
"Failed to regsiter memcpy only channels\n");
"Failed to register memcpy only channels\n");
goto failure2;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment