commit | f046192d98c9a929c3eefdd65b885000d341d969 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Fri Jan 27 16:32:46 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 31 11:07:43 2017 +0100 |
tree | 083f74738b2dc1b1e5668d79e4d9aa604fe38bc6 | |
parent | 962ff7bcec243dc5ff6dd3cbad6ed585e3177556 [diff] |
mei: revamp io list cleanup function. Specify in function names by which object is the io list filtered: cl for a client and fp for file descriptor. In that course a code duplication is resolved by dropping mei_cl_read_cb_flush and mei_clear_list and using mei_io_list_free_fp function. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>