usb: gadget: usb: Remove "default" from color matching attributes
authorDaniel Scally <dan.scally@ideasonboard.com>
Tue, 13 Dec 2022 08:37:31 +0000 (08:37 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jan 2023 16:26:43 +0000 (17:26 +0100)
commit4a0192c01e036b542d0f53ca2673a50b38f57d74
treeebe48f638872e95c4fc762df2b01244193259309
parent263b628ff9e5ccf5d4b8290f2b3c35e76bcb8961
usb: gadget: usb: Remove "default" from color matching attributes

Color matching attributes in the configfs for UVC are named with the
phrase "default". The implication of that is that they will only be
used _with_ the default color matching descriptor, and that will
shortly no longer be the case.

Remove the "default" from the color matching descriptor attribute
variables.

Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Link: https://lore.kernel.org/r/20221213083736.2284536-2-dan.scally@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/uvc_configfs.c