Message ID | 20200502142840.19418-1-wsa@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mmc: sdhci-esdhc: update contact email | expand |
On Sat, 2020-05-02 at 16:28 +0200, Wolfram Sang wrote: > The 'pengutronix' address is defunct for years. Use the proper contact > address. Maybe add a .mailmap entry?
On Sat, May 02, 2020 at 08:39:16AM -0700, Joe Perches wrote: > On Sat, 2020-05-02 at 16:28 +0200, Wolfram Sang wrote: > > The 'pengutronix' address is defunct for years. Use the proper contact > > address. > > Maybe add a .mailmap entry? Yes, it is in another patch: http://patchwork.ozlabs.org/project/linux-i2c/patch/20200502121840.9544-1-wsa@kernel.org/ Thanks!
On 2/05/20 5:28 pm, Wolfram Sang wrote: > The 'pengutronix' address is defunct for years. Use the proper contact > address. > > Signed-off-by: Wolfram Sang <wsa@kernel.org> Acked-by: Adrian Hunter <adrian.hunter@intel.com> > --- > drivers/mmc/host/sdhci-esdhc.h | 2 +- > include/linux/platform_data/mmc-esdhc-imx.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-esdhc.h b/drivers/mmc/host/sdhci-esdhc.h > index 947212f16bc6..a30796e79b1c 100644 > --- a/drivers/mmc/host/sdhci-esdhc.h > +++ b/drivers/mmc/host/sdhci-esdhc.h > @@ -5,7 +5,7 @@ > * Copyright (c) 2007 Freescale Semiconductor, Inc. > * Copyright (c) 2009 MontaVista Software, Inc. > * Copyright (c) 2010 Pengutronix e.K. > - * Author: Wolfram Sang <w.sang@pengutronix.de> > + * Author: Wolfram Sang <kernel@pengutronix.de> > */ > > #ifndef _DRIVERS_MMC_SDHCI_ESDHC_H > diff --git a/include/linux/platform_data/mmc-esdhc-imx.h b/include/linux/platform_data/mmc-esdhc-imx.h > index 0434f68eda86..cba1184b364c 100644 > --- a/include/linux/platform_data/mmc-esdhc-imx.h > +++ b/include/linux/platform_data/mmc-esdhc-imx.h > @@ -1,6 +1,6 @@ > /* SPDX-License-Identifier: GPL-2.0-only */ > /* > - * Copyright 2010 Wolfram Sang <w.sang@pengutronix.de> > + * Copyright 2010 Wolfram Sang <kernel@pengutronix.de> > */ > > #ifndef __ASM_ARCH_IMX_ESDHC_H >
On Sat, 2 May 2020 at 16:28, Wolfram Sang <wsa@kernel.org> wrote: > > The 'pengutronix' address is defunct for years. Use the proper contact > address. > > Signed-off-by: Wolfram Sang <wsa@kernel.org> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-esdhc.h | 2 +- > include/linux/platform_data/mmc-esdhc-imx.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-esdhc.h b/drivers/mmc/host/sdhci-esdhc.h > index 947212f16bc6..a30796e79b1c 100644 > --- a/drivers/mmc/host/sdhci-esdhc.h > +++ b/drivers/mmc/host/sdhci-esdhc.h > @@ -5,7 +5,7 @@ > * Copyright (c) 2007 Freescale Semiconductor, Inc. > * Copyright (c) 2009 MontaVista Software, Inc. > * Copyright (c) 2010 Pengutronix e.K. > - * Author: Wolfram Sang <w.sang@pengutronix.de> > + * Author: Wolfram Sang <kernel@pengutronix.de> > */ > > #ifndef _DRIVERS_MMC_SDHCI_ESDHC_H > diff --git a/include/linux/platform_data/mmc-esdhc-imx.h b/include/linux/platform_data/mmc-esdhc-imx.h > index 0434f68eda86..cba1184b364c 100644 > --- a/include/linux/platform_data/mmc-esdhc-imx.h > +++ b/include/linux/platform_data/mmc-esdhc-imx.h > @@ -1,6 +1,6 @@ > /* SPDX-License-Identifier: GPL-2.0-only */ > /* > - * Copyright 2010 Wolfram Sang <w.sang@pengutronix.de> > + * Copyright 2010 Wolfram Sang <kernel@pengutronix.de> > */ > > #ifndef __ASM_ARCH_IMX_ESDHC_H > -- > 2.20.1 >
diff --git a/drivers/mmc/host/sdhci-esdhc.h b/drivers/mmc/host/sdhci-esdhc.h index 947212f16bc6..a30796e79b1c 100644 --- a/drivers/mmc/host/sdhci-esdhc.h +++ b/drivers/mmc/host/sdhci-esdhc.h @@ -5,7 +5,7 @@ * Copyright (c) 2007 Freescale Semiconductor, Inc. * Copyright (c) 2009 MontaVista Software, Inc. * Copyright (c) 2010 Pengutronix e.K. - * Author: Wolfram Sang <w.sang@pengutronix.de> + * Author: Wolfram Sang <kernel@pengutronix.de> */ #ifndef _DRIVERS_MMC_SDHCI_ESDHC_H diff --git a/include/linux/platform_data/mmc-esdhc-imx.h b/include/linux/platform_data/mmc-esdhc-imx.h index 0434f68eda86..cba1184b364c 100644 --- a/include/linux/platform_data/mmc-esdhc-imx.h +++ b/include/linux/platform_data/mmc-esdhc-imx.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright 2010 Wolfram Sang <w.sang@pengutronix.de> + * Copyright 2010 Wolfram Sang <kernel@pengutronix.de> */ #ifndef __ASM_ARCH_IMX_ESDHC_H
The 'pengutronix' address is defunct for years. Use the proper contact address. Signed-off-by: Wolfram Sang <wsa@kernel.org> --- drivers/mmc/host/sdhci-esdhc.h | 2 +- include/linux/platform_data/mmc-esdhc-imx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)