aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorJassi Brar <jassisinghbrar@gmail.com>2014-12-05 19:07:49 +0530
committerVinod Koul <vinod.koul@intel.com>2014-12-05 21:04:22 +0530
commit046209f61b5f35fa08a9e76ce678ad0f3ca8a417 (patch)
tree1c15ee289caf233beea442c159d600676b58e65c /drivers/dma
parentdmaengine: clarify the issue_pending expectations (diff)
downloadlinux-dev-046209f61b5f35fa08a9e76ce678ad0f3ca8a417.tar.xz
linux-dev-046209f61b5f35fa08a9e76ce678ad0f3ca8a417.zip
dmaengine: pl330: update author info
Update email-id to a personal one, as I have changed employment. Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/pl330.c2
1 files changed, 1 insertions, 1 deletions
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 <jassi.brar@samsung.com>");
+MODULE_AUTHOR("Jaswinder Singh <jassisinghbrar@gmail.com>");
MODULE_DESCRIPTION("API Driver for PL330 DMAC");
MODULE_LICENSE("GPL");