commit | ea3b5fb710c6d0b61f4bfbbc48b34b99b9c89bae | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Sun Nov 18 15:13:16 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 21 12:43:58 2012 -0800 |
tree | 3feb8b2e9907b1ddc9cf4c587c2ec6f223988781 | |
parent | 5fb54fb456f77128f817ab3491d6b131bec480b5 [diff] |
mei: streamline write complete flow function Rename the function _mei_irq_thread_cmpl to mei_irq_thread_write_complete to make clear it deals with writing. Remove cl from the parameter list as it can be extracted from cb block. Extract the common flow from if statements and document the logic properly Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>