Re: [PATCH] media: uvcvideo: Make uvc_event_control attribute name array const
イムティヤズ <[email protected]> Thu, 6 Aug 2026 15:45:00 +0600
| Newsgroups | org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
Hi Ricardo, Thanks for the review. I went through the whole uvc driver looking for other variables that could be constified the same way. The attrs array in uvc_status.c is the only one of this kind (an array of string pointers). The other data tables in the driver (exposure_auto_mapping, cros_colorfx_mapping in uvc_ctrl.c) are already declared const, so there is no remaining group of changes to batch together. Thanks, イムティヤズ