diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-09-04 14:32:50 (GMT) |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-09-17 03:49:46 (GMT) |
commit | d71505b6672c438af37771e92c24c1d73e943f8c (patch) | |
tree | 3759022e8051a05c83b59ed7c3ac3cdb314af8b6 /drivers/dma | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) | |
download | linux-fsl-qoriq-d71505b6672c438af37771e92c24c1d73e943f8c.tar.xz |
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 <jwboyer@fedoraproject.org>
Acked-by: Matt Porter <matt.porter@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/edma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index ff50ff4..098a8da 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 <mporter@ti.com>"); +MODULE_AUTHOR("Matt Porter <matt.porter@linaro.org>"); MODULE_DESCRIPTION("TI EDMA DMA engine driver"); MODULE_LICENSE("GPL v2"); |