diff options
author | Jassi Brar <jassisinghbrar@gmail.com> | 2014-12-05 08:37:49 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-12-05 10:34:22 -0500 |
commit | 046209f61b5f35fa08a9e76ce678ad0f3ca8a417 (patch) | |
tree | 1c15ee289caf233beea442c159d600676b58e65c | |
parent | aba96bada40d19a0afbc3bfcb3a47e29e23df7ea (diff) |
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>
-rw-r--r-- | drivers/dma/pl330.c | 2 |
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 = { | |||
2811 | 2811 | ||
2812 | module_amba_driver(pl330_driver); | 2812 | module_amba_driver(pl330_driver); |
2813 | 2813 | ||
2814 | MODULE_AUTHOR("Jaswinder Singh <jassi.brar@samsung.com>"); | 2814 | MODULE_AUTHOR("Jaswinder Singh <jassisinghbrar@gmail.com>"); |
2815 | MODULE_DESCRIPTION("API Driver for PL330 DMAC"); | 2815 | MODULE_DESCRIPTION("API Driver for PL330 DMAC"); |
2816 | MODULE_LICENSE("GPL"); | 2816 | MODULE_LICENSE("GPL"); |