Skip to content
Commit 8e9a2beb authored by Alexander Shishkin's avatar Alexander Shishkin
Browse files

intel_th: msu: Set fops::owner to prevent module from unloading



Right now it's possible to unload the msu driver while its character
device is open. Prevent it by setting fops::owner, which will result
in the module reference being held while the device node is open.

Signed-off-by: default avatarAlexander Shishkin <alexander.shishkin@linux.intel.com>
Reviewed-by: default avatarLaurent Fert <laurent.fert@intel.com>
parent e2ea295b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment