Re: [PATCH v4 3/6] drm/ssd130x: Constify ssd130x_write_data() 'values' parameter
Andy Shevchenko <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.comp.video.dri.devel,gmane.linux.kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 11:06:23AM +0300, Amit Barzilai wrote: > At no point does ssd130x_write_data() change the bytes it receives via > the 'values' parameter. Constify the parameter so const-qualified > buffers pass through without casting away const. Reviewed-by: Andy Shevchenko <[email protected]> -- With Best Regards, Andy Shevchenko