[PATCH 0/4] drm: constify all helper_private/func pointers

2015-03-11 Thread Daniel Vetter
On Tue, Mar 10, 2015 at 05:34:35PM +0200, Ville Syrjälä wrote: > On Tue, Mar 10, 2015 at 05:14:58PM +0200, Jani Nikula wrote: > > On Tue, 10 Mar 2015, ville.syrjala at linux.intel.com wrote: > > > Make the helper function pointer structs const to make it clear they > > > should not be modified. >

[PATCH 0/4] drm: constify all helper_private/func pointers

2015-03-10 Thread Ville Syrjälä
On Tue, Mar 10, 2015 at 05:14:58PM +0200, Jani Nikula wrote: > On Tue, 10 Mar 2015, ville.syrjala at linux.intel.com wrote: > > Make the helper function pointer structs const to make it clear they > > should not be modified. > > So why not fix this once and for all? See the following patches. Why

[PATCH 0/4] drm: constify all helper_private/func pointers

2015-03-10 Thread Jani Nikula
On Tue, 10 Mar 2015, ville.syrjala at linux.intel.com wrote: > Make the helper function pointer structs const to make it clear they > should not be modified. So why not fix this once and for all? See the following patches. This was quick cocci, can be split by driver too if so desired. BR, Jani.