From: Jassi Brar Date: Fri, 5 Dec 2014 13:37:49 +0000 (+0530) Subject: dmaengine: pl330: update author info X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=046209f61b5f35fa08a9e76ce678ad0f3ca8a417;p=linux-beck.git 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 --- 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");