Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@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>

authored by

Harvey Hunt and committed by
Boris Brezillon
8490c03b 40297e7f

+2 -2
+1 -1
drivers/mtd/nand/jz4780_bch.c
··· 375 375 module_platform_driver(jz4780_bch_driver); 376 376 377 377 MODULE_AUTHOR("Alex Smith <alex@alex-smith.me.uk>"); 378 - MODULE_AUTHOR("Harvey Hunt <harvey.hunt@imgtec.com>"); 378 + MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus@gmail.com>"); 379 379 MODULE_DESCRIPTION("Ingenic JZ4780 BCH error correction driver"); 380 380 MODULE_LICENSE("GPL v2");
+1 -1
drivers/mtd/nand/jz4780_nand.c
··· 412 412 module_platform_driver(jz4780_nand_driver); 413 413 414 414 MODULE_AUTHOR("Alex Smith <alex@alex-smith.me.uk>"); 415 - MODULE_AUTHOR("Harvey Hunt <harvey.hunt@imgtec.com>"); 415 + MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus@gmail.com>"); 416 416 MODULE_DESCRIPTION("Ingenic JZ4780 NAND driver"); 417 417 MODULE_LICENSE("GPL v2");