]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mtd: nand: jz4780: Update MODULE_AUTHOR email address
authorHarvey Hunt <harvey.hunt@imgtec.com>
Thu, 30 Jun 2016 15:49:49 +0000 (16:49 +0100)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 11 Jul 2016 06:40:19 +0000 (08:40 +0200)
Emails will bounce from my imgtec address, so update it to a new one.

Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com>
Cc: Harvey Hunt <harveyhuntnexus@gmail.com>
Cc: linux-mtd@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/jz4780_bch.c
drivers/mtd/nand/jz4780_nand.c

index d74f4ba4a6f49b45859de1b04e0a3654ca5f2d7d..731c6051d91e0fcc49f69ac74c8f6ccdfddad2f8 100644 (file)
@@ -375,6 +375,6 @@ static struct platform_driver jz4780_bch_driver = {
 module_platform_driver(jz4780_bch_driver);
 
 MODULE_AUTHOR("Alex Smith <alex@alex-smith.me.uk>");
-MODULE_AUTHOR("Harvey Hunt <harvey.hunt@imgtec.com>");
+MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus@gmail.com>");
 MODULE_DESCRIPTION("Ingenic JZ4780 BCH error correction driver");
 MODULE_LICENSE("GPL v2");
index daf3c4217f4deb034a4e952cb75a237f07c7bf43..175f67da25af01912b7b8f5d45f0ff3ada5d5a68 100644 (file)
@@ -412,6 +412,6 @@ static struct platform_driver jz4780_nand_driver = {
 module_platform_driver(jz4780_nand_driver);
 
 MODULE_AUTHOR("Alex Smith <alex@alex-smith.me.uk>");
-MODULE_AUTHOR("Harvey Hunt <harvey.hunt@imgtec.com>");
+MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus@gmail.com>");
 MODULE_DESCRIPTION("Ingenic JZ4780 NAND driver");
 MODULE_LICENSE("GPL v2");