From: Josh Boyer Date: Wed, 4 Sep 2013 14:32:50 +0000 (-0400) Subject: edma: Update author email address X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~15723^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d71505b6672c438af37771e92c24c1d73e943f8c;p=mirror_ubuntu-focal-kernel.git edma: Update author email address Matt's @ti.com address bounces. Update the MODULE_AUTHOR information in edma.c to his Linaro address. Signed-off-by: Josh Boyer Acked-by: Matt Porter Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index ff50ff4c6a57..098a8da450f0 100644 --- a/drivers/dma/edma.c +++ b/drivers/dma/edma.c @@ -749,6 +749,6 @@ static void __exit edma_exit(void) } module_exit(edma_exit); -MODULE_AUTHOR("Matt Porter "); +MODULE_AUTHOR("Matt Porter "); MODULE_DESCRIPTION("TI EDMA DMA engine driver"); MODULE_LICENSE("GPL v2");