Re: [Intel-gfx] [PATCH v6 2/3] drm/i915: Prepare error capture to work with const modparams

2017-09-20 Thread Jani Nikula
On Tue, 19 Sep 2017, Michal Wajdeczko wrote: > We are planning to enforce "read_mostly" access to modparams. > Let start handle modparams as it was already defined as const. FWIW, __read_mostly is a hint for caching, not so much for the developer. We've added

[Intel-gfx] [PATCH v6 2/3] drm/i915: Prepare error capture to work with const modparams

2017-09-19 Thread Michal Wajdeczko
We are planning to enforce "read_mostly" access to modparams. Let start handle modparams as it was already defined as const. Signed-off-by: Michal Wajdeczko --- drivers/gpu/drm/i915/i915_gpu_error.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff