diff options
author | Alexander Usyskin <alexander.usyskin@intel.com> | 2017-01-27 16:32:45 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-31 11:07:43 +0100 |
commit | 962ff7bcec243dc5ff6dd3cbad6ed585e3177556 (patch) | |
tree | 1517dcaa5e0cf57ee2a7b8c70be9874a0198243a /sound/drivers | |
parent | 9ecdbc58f96bd145669510822bc44eafde3c7351 (diff) | |
download | blackbird-op-linux-962ff7bcec243dc5ff6dd3cbad6ed585e3177556.tar.gz blackbird-op-linux-962ff7bcec243dc5ff6dd3cbad6ed585e3177556.zip |
mei: replace callback structures used as list head by list_head
mei_dev structure used struct mei_cl_cb type variables as for holding
callbacks list heads. Replace them by the actual struct list_head
as there is no other info that is handled. This slims down
the mei_dev structure and mostly streamline the code.
Signed-off-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>
Diffstat (limited to 'sound/drivers')
0 files changed, 0 insertions, 0 deletions