Re: [RESEND PATCH 1/1] gpio: ljca: Remove Wentong's e-mail address
Bartosz Golaszewski <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio |
|---|---|
| Message-ID | <CAMRc=Md6XQF3L=eyi_aHQJnnudrc_-+DdkXBervYSnDUiwqqug@mail.gmail.com> |
On Tue, 11 Aug 2026 17:25:52 +0200, Sakari Ailus <[email protected]> said: > Wentong's e-mail address no longer works, remove it. > > Signed-off-by: Sakari Ailus <[email protected]> > --- > drivers/gpio/gpio-ljca.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpio/gpio-ljca.c b/drivers/gpio/gpio-ljca.c > index f32d1d237795..4919f707d33e 100644 > --- a/drivers/gpio/gpio-ljca.c > +++ b/drivers/gpio/gpio-ljca.c > @@ -484,7 +484,7 @@ static struct auxiliary_driver ljca_gpio_driver = { > }; > module_auxiliary_driver(ljca_gpio_driver); > > -MODULE_AUTHOR("Wentong Wu <[email protected]>"); > +MODULE_AUTHOR("Wentong Wu"); > MODULE_AUTHOR("Zhifeng Wang <[email protected]>"); > MODULE_AUTHOR("Lixu Zhang <[email protected]>"); > MODULE_DESCRIPTION("Intel La Jolla Cove Adapter USB-GPIO driver"); > -- > 2.47.3 > > We don't typically remove old email addresses from drivers. Wentong authored the driver on intel's payroll so credit is due. We remove bouncing emails from MAINTAINERS because that causes actual problems. Bart