diff mbox

dma: pl330: update author info

Message ID 1417786669-5124-1-git-send-email-jassisinghbrar@gmail.com (mailing list archive)
State Accepted
Headers show

Commit Message

Jassi Brar Dec. 5, 2014, 1:37 p.m. UTC
Update email-id to a personal one, as I have changed employment.

Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
---
 drivers/dma/pl330.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul Dec. 5, 2014, 3:35 p.m. UTC | #1
On Fri, Dec 05, 2014 at 07:07:49PM +0530, Jassi Brar wrote:
> Update email-id to a personal one, as I have changed employment.
> 
Applied, but please use the right subsystem name
diff mbox

Patch

diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c
index 8ec5f1f..69ad8417 100644
--- a/drivers/dma/pl330.c
+++ b/drivers/dma/pl330.c
@@ -2803,6 +2803,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");