Re: [PATCH] mtd: nand: jz4780: Update MODULE_AUTHOR email address

From: Boris Brezillon
Date: Mon Jul 04 2016 - 08:41:48 EST


On Thu, 30 Jun 2016 16:49:49 +0100
Harvey Hunt <harvey.hunt@xxxxxxxxxx> wrote:

> Emails will bounce from my imgtec address, so update it to a new one.
>
> Signed-off-by: Harvey Hunt <harvey.hunt@xxxxxxxxxx>

Applied.

BTW, would you mind adding an entry for this driver in MAINTAINERS :)?

Thanks,

Boris

> Cc: Harvey Hunt <harveyhuntnexus@xxxxxxxxx>
> Cc: linux-mtd@xxxxxxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> ---
> drivers/mtd/nand/jz4780_bch.c | 2 +-
> drivers/mtd/nand/jz4780_nand.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mtd/nand/jz4780_bch.c b/drivers/mtd/nand/jz4780_bch.c
> index d74f4ba..731c605 100644
> --- a/drivers/mtd/nand/jz4780_bch.c
> +++ b/drivers/mtd/nand/jz4780_bch.c
> @@ -375,6 +375,6 @@ static struct platform_driver jz4780_bch_driver = {
> module_platform_driver(jz4780_bch_driver);
>
> MODULE_AUTHOR("Alex Smith <alex@xxxxxxxxxxxxxxxx>");
> -MODULE_AUTHOR("Harvey Hunt <harvey.hunt@xxxxxxxxxx>");
> +MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus@xxxxxxxxx>");
> MODULE_DESCRIPTION("Ingenic JZ4780 BCH error correction driver");
> MODULE_LICENSE("GPL v2");
> diff --git a/drivers/mtd/nand/jz4780_nand.c b/drivers/mtd/nand/jz4780_nand.c
> index daf3c42..175f67d 100644
> --- a/drivers/mtd/nand/jz4780_nand.c
> +++ b/drivers/mtd/nand/jz4780_nand.c
> @@ -412,6 +412,6 @@ static struct platform_driver jz4780_nand_driver = {
> module_platform_driver(jz4780_nand_driver);
>
> MODULE_AUTHOR("Alex Smith <alex@xxxxxxxxxxxxxxxx>");
> -MODULE_AUTHOR("Harvey Hunt <harvey.hunt@xxxxxxxxxx>");
> +MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus@xxxxxxxxx>");
> MODULE_DESCRIPTION("Ingenic JZ4780 NAND driver");
> MODULE_LICENSE("GPL v2");