2013-09-04 14:32:57

by Josh Boyer

[permalink] [raw]
Subject: [PATCH v2] 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 <[email protected]>

---
v2: Actually get the right email address....

diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c
index 5f3e532..574b1a7 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 <[email protected]>");
+MODULE_AUTHOR("Matt Porter <[email protected]>");
MODULE_DESCRIPTION("TI EDMA DMA engine driver");
MODULE_LICENSE("GPL v2");


2013-09-04 15:16:26

by Matt Porter

[permalink] [raw]
Subject: Re: [PATCH v2] edma: Update author email address

On 09/04/2013 10:32 AM, Josh Boyer wrote:
> Matt's @ti.com address bounces. Update the MODULE_AUTHOR information in
> edma.c to his Linaro address.
>
> Signed-off-by: Josh Boyer <[email protected]>
>
> ---
> v2: Actually get the right email address....
>
> diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c
> index 5f3e532..574b1a7 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 <[email protected]>");
> +MODULE_AUTHOR("Matt Porter <[email protected]>");
> MODULE_DESCRIPTION("TI EDMA DMA engine driver");
> MODULE_LICENSE("GPL v2");
>

Acked-by: Matt Porter <[email protected]>

2013-09-12 14:33:51

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH v2] edma: Update author email address

On Wed, Sep 04, 2013 at 10:32:50AM -0400, Josh Boyer wrote:
> Matt's @ti.com address bounces. Update the MODULE_AUTHOR information in
> edma.c to his Linaro address.
Applied, thanks

~Vinod