]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915: drop write perm from module params which don't support changing
authorJani Nikula <jani.nikula@intel.com>
Tue, 16 Feb 2016 11:18:12 +0000 (13:18 +0200)
committerJani Nikula <jani.nikula@intel.com>
Fri, 19 Feb 2016 15:26:45 +0000 (17:26 +0200)
commit57b63d00df0ded2e3ac98a28588a87901704bad8
tree875a8c8c81b57dcc5a71a17d76234406ec43f5f5
parent0aa8bdf25b16f5c9cf6dfbe0efa67ee79ff3e47a
drm/i915: drop write perm from module params which don't support changing

We've given write permissions to dynamically change some module
parameters through /sys/module/i915/parameters although they only
support setting on module load. Fix the permissions.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1455621493-6865-1-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/i915_params.c