edma: Update author email address
authorJosh Boyer <jwboyer@redhat.com>
Wed, 4 Sep 2013 14:32:50 +0000 (10:32 -0400)
committerVinod Koul <vinod.koul@intel.com>
Tue, 17 Sep 2013 03:49:46 +0000 (09:19 +0530)
Matt's @ti.com address bounces.  Update the MODULE_AUTHOR information in
edma.c to his Linaro address.

Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
Acked-by: Matt Porter <matt.porter@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/edma.c

index ff50ff4..098a8da 100644 (file)
@@ -749,6 +749,6 @@ static void __exit edma_exit(void)
 }
 module_exit(edma_exit);
 
-MODULE_AUTHOR("Matt Porter <mporter@ti.com>");
+MODULE_AUTHOR("Matt Porter <matt.porter@linaro.org>");
 MODULE_DESCRIPTION("TI EDMA DMA engine driver");
 MODULE_LICENSE("GPL v2");