From 046209f61b5f35fa08a9e76ce678ad0f3ca8a417 Mon Sep 17 00:00:00 2001 From: Jassi Brar Date: Fri, 5 Dec 2014 19:07:49 +0530 Subject: [PATCH] dmaengine: pl330: update author info Update email-id to a personal one, as I have changed employment. Signed-off-by: Jassi Brar Signed-off-by: Vinod Koul --- drivers/dma/pl330.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 83e2257c324a..9c1c3bb7e480 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c @@ -2811,6 +2811,6 @@ static struct amba_driver pl330_driver = { module_amba_driver(pl330_driver); -MODULE_AUTHOR("Jaswinder Singh "); +MODULE_AUTHOR("Jaswinder Singh "); MODULE_DESCRIPTION("API Driver for PL330 DMAC"); MODULE_LICENSE("GPL"); -- 2.39.5