Message ID | 20220315222146.1051303-1-j.neuschaefer@gmx.net |
---|---|
State | New |
Headers | show |
Series | media: uvcvideo: Send users to linux-media mailing list instead of linux-uvc-devel | expand |
On Wed, 16 Mar 2022 at 03:47, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote: > > The linux-uvc-devel mailing list has been deprecated in documentation > and MAINTAINERS. Update this message printed by the driver, as well. > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> > --- > drivers/media/usb/uvc/uvc_driver.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c > index 5f394d4efc21c..6c6a82af07cee 100644 > --- a/drivers/media/usb/uvc/uvc_driver.c > +++ b/drivers/media/usb/uvc/uvc_driver.c > @@ -2443,7 +2443,7 @@ static int uvc_probe(struct usb_interface *intf, > "Forcing device quirks to 0x%x by module parameter for testing purpose.\n", > dev->quirks); > dev_info(&dev->udev->dev, > - "Please report required quirks to the linux-uvc-devel mailing list.\n"); > + "Please report required quirks to the linux-media mailing list.\n"); > } > > if (dev->info->uvc_version) { > -- > 2.35.1 >
Quoting Jonathan Neuschäfer (2022-03-15 22:21:46) > The linux-uvc-devel mailing list has been deprecated in documentation > and MAINTAINERS. Update this message printed by the driver, as well. > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> But I believe this will be squashed into the other patch, so it holds for there too. -- Kieran > --- > drivers/media/usb/uvc/uvc_driver.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c > index 5f394d4efc21c..6c6a82af07cee 100644 > --- a/drivers/media/usb/uvc/uvc_driver.c > +++ b/drivers/media/usb/uvc/uvc_driver.c > @@ -2443,7 +2443,7 @@ static int uvc_probe(struct usb_interface *intf, > "Forcing device quirks to 0x%x by module parameter for testing purpose.\n", > dev->quirks); > dev_info(&dev->udev->dev, > - "Please report required quirks to the linux-uvc-devel mailing list.\n"); > + "Please report required quirks to the linux-media mailing list.\n"); > } > > if (dev->info->uvc_version) { > -- > 2.35.1 >
diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index 5f394d4efc21c..6c6a82af07cee 100644 --- a/drivers/media/usb/uvc/uvc_driver.c +++ b/drivers/media/usb/uvc/uvc_driver.c @@ -2443,7 +2443,7 @@ static int uvc_probe(struct usb_interface *intf, "Forcing device quirks to 0x%x by module parameter for testing purpose.\n", dev->quirks); dev_info(&dev->udev->dev, - "Please report required quirks to the linux-uvc-devel mailing list.\n"); + "Please report required quirks to the linux-media mailing list.\n"); } if (dev->info->uvc_version) {
The linux-uvc-devel mailing list has been deprecated in documentation and MAINTAINERS. Update this message printed by the driver, as well. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- drivers/media/usb/uvc/uvc_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.35.1