Re: [PATCH v3 04/18] video/hdmi: Constify infoframe passed to the pack functions

2018-10-01 Thread Hans Verkuil
On 10/01/2018 09:10 PM, Ville Syrjälä wrote: > On Fri, Sep 21, 2018 at 05:33:32PM +0300, Ville Syrjala wrote: >> From: Ville Syrjälä >> >> Let's make the infoframe pack functions usable with a const infoframe >> structure. This allows us to precompute the infoframe earlier, and still >> pack it la

Re: [PATCH v3 04/18] video/hdmi: Constify infoframe passed to the pack functions

2018-10-01 Thread Ville Syrjälä
On Fri, Sep 21, 2018 at 05:33:32PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Let's make the infoframe pack functions usable with a const infoframe > structure. This allows us to precompute the infoframe earlier, and still > pack it later when we're no longer allowed to modify the stru