[PATCH] edma: Update author email address

From: Josh Boyer
Date: Wed Sep 04 2013 - 10:28:12 EST


Matt's @ti.com address bounces. Update the MODULE_AUTHOR information in
edma.c to his Linaro address.

Signed-off-by: Josh Boyer <jwboyer@xxxxxxxxxxxxxxxxx>

---

diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c
index 5f3e532..8d1932f 100644
--- a/drivers/dma/edma.c
+++ b/drivers/dma/edma.c
@@ -667,6 +667,6 @@ static void __exit edma_exit(void)
}
module_exit(edma_exit);

-MODULE_AUTHOR("Matt Porter <mporter@xxxxxx>");
+MODULE_AUTHOR("Matt Porter <mporter@xxxxxxxxxx>");
MODULE_DESCRIPTION("TI EDMA DMA engine driver");
MODULE_LICENSE("GPL v2");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/