mtd: nand: jz4780: Update MODULE_AUTHOR email address

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Aug 1 18:59:08 PDT 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=8490c03bd9d40ce71d9b67dcf93e73788ba0516d
Commit:     8490c03bd9d40ce71d9b67dcf93e73788ba0516d
Parent:     40297e7f897281aa7bd61bf1323837a11a10479f
Author:     Harvey Hunt <harvey.hunt at imgtec.com>
AuthorDate: Thu Jun 30 16:49:49 2016 +0100
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Mon Jul 11 08:40:19 2016 +0200

    mtd: nand: jz4780: Update MODULE_AUTHOR email address
    
    Emails will bounce from my imgtec address, so update it to a new one.
    
    Signed-off-by: Harvey Hunt <harvey.hunt at imgtec.com>
    Cc: Harvey Hunt <harveyhuntnexus at gmail.com>
    Cc: linux-mtd at lists.infradead.org
    Cc: linux-kernel at vger.kernel.org
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 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 at alex-smith.me.uk>");
-MODULE_AUTHOR("Harvey Hunt <harvey.hunt at imgtec.com>");
+MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus at gmail.com>");
 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 at alex-smith.me.uk>");
-MODULE_AUTHOR("Harvey Hunt <harvey.hunt at imgtec.com>");
+MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus at gmail.com>");
 MODULE_DESCRIPTION("Ingenic JZ4780 NAND driver");
 MODULE_LICENSE("GPL v2");



More information about the linux-mtd-cvs mailing list