]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: ccs-pll: Make variables const where appropriate
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 29 Jun 2024 15:52:05 +0000 (18:52 +0300)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 6 Mar 2025 16:28:25 +0000 (17:28 +0100)
commitf90133bd17561df08347e75d76ead3759832d236
treef3a40f3a0cc3b484e520ae810cc45957db71d549
parentc0c1a6bf80e9075e3f6b81fd542550d8eb91e57a
media: ccs-pll: Make variables const where appropriate

Many functions operate on data structures that are read only, both in
the implementation and by design. Mark them as const to increase
readability and avoid future mistakes.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/ccs-pll.c