Commit 035ff831 authored by Wolfram Sang's avatar Wolfram Sang Committed by Ulf Hansson

mmc: host: sdhci-esdhc-imx: fix broken email address

My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.
Reported-by: default avatarHarald Geyer <harald@ccbib.org>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
Acked-by: default avatarRobert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 638a9818
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* derived from the OF-version. * derived from the OF-version.
* *
* Copyright (c) 2010 Pengutronix e.K. * Copyright (c) 2010 Pengutronix e.K.
* Author: Wolfram Sang <w.sang@pengutronix.de> * Author: Wolfram Sang <kernel@pengutronix.de>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -1151,5 +1151,5 @@ static struct platform_driver sdhci_esdhc_imx_driver = { ...@@ -1151,5 +1151,5 @@ static struct platform_driver sdhci_esdhc_imx_driver = {
module_platform_driver(sdhci_esdhc_imx_driver); module_platform_driver(sdhci_esdhc_imx_driver);
MODULE_DESCRIPTION("SDHCI driver for Freescale i.MX eSDHC"); MODULE_DESCRIPTION("SDHCI driver for Freescale i.MX eSDHC");
MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>"); MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment