Re: [PATCHv2 06/56] drm/omap: constify write buffers

2020-03-25 Thread Tomi Valkeinen
On 25/02/2020 01:20, Sebastian Reichel wrote: The write buffers are not modified, so they can be constant. Signed-off-by: Sebastian Reichel --- drivers/gpu/drm/omapdrm/dss/dsi.c | 24 drivers/gpu/drm/omapdrm/dss/omapdss.h | 10 +- 2 files changed, 17

Re: [PATCHv2 06/56] drm/omap: constify write buffers

2020-02-25 Thread Laurent Pinchart
Hi Sebastian, Thank you for the patch. On Tue, Feb 25, 2020 at 12:20:36AM +0100, Sebastian Reichel wrote: > The write buffers are not modified, so they can be constant. > > Signed-off-by: Sebastian Reichel Assuming this compiles :-), Reviewed-by: Laurent Pinchart > --- >

[PATCHv2 06/56] drm/omap: constify write buffers

2020-02-25 Thread Sebastian Reichel
The write buffers are not modified, so they can be constant. Signed-off-by: Sebastian Reichel --- drivers/gpu/drm/omapdrm/dss/dsi.c | 24 drivers/gpu/drm/omapdrm/dss/omapdss.h | 10 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git