From: Stefan Wahren <[email protected]> The email address listed in MODULE_AUTHOR() will be disabled in the near future. Replace it with my private one.
Signed-off-by: Stefan Wahren <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> --- drivers/nvmem/mxs-ocotp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvmem/mxs-ocotp.c b/drivers/nvmem/mxs-ocotp.c index c34d9fecfb10..8e4898dec002 100644 --- a/drivers/nvmem/mxs-ocotp.c +++ b/drivers/nvmem/mxs-ocotp.c @@ -200,6 +200,6 @@ static struct platform_driver mxs_ocotp_driver = { }; module_platform_driver(mxs_ocotp_driver); -MODULE_AUTHOR("Stefan Wahren <[email protected]>"); +MODULE_AUTHOR("Stefan Wahren <[email protected]"); MODULE_DESCRIPTION("driver for OCOTP in i.MX23/i.MX28"); MODULE_LICENSE("GPL v2"); -- 2.21.0

