commit | f23e2cc4bb1d8bbbe02dcd3539ed531a3f40277c | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Sun Feb 07 23:35:23 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 14:47:20 2016 -0800 |
tree | 38ac16aac121d4b1bb444b284ea08786301cf968 | |
parent | d0df8dfb8582f50053bde6a771262571daedf5d0 [diff] |
mei: constify struct file pointer The struct file file pointer is used as an opaque handle to for a connected client, for this part the pointer should be immutable and should be set to count. Reviewed-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>