2022-03-16 19:14:21

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] media: uvcvideo: Send users to linux-media mailing list instead of linux-uvc-devel

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 <[email protected]>
---
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


2022-03-17 05:02:27

by Kieran Bingham

[permalink] [raw]
Subject: Re: [PATCH] media: uvcvideo: Send users to linux-media mailing list instead of linux-uvc-devel

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 <[email protected]>


Reviewed-by: Kieran Bingham <[email protected]>

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
>

2022-03-17 06:13:59

by Ricardo Ribalda

[permalink] [raw]
Subject: Re: [PATCH] media: uvcvideo: Send users to linux-media mailing list instead of linux-uvc-devel

On Wed, 16 Mar 2022 at 03:47, Jonathan Neuschäfer <[email protected]> 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 <[email protected]>
Reviewed-by: Ricardo Ribalda <[email protected]>
> ---
> 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
>


--
Ricardo Ribalda