commit | 139aacf757fc89792c43a79ba99bc2361c98ecd3 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Wed May 29 20:09:30 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 30 21:44:41 2013 +0900 |
tree | cf5c7a8b57e131367bb79d7fa8bd831a6ad39dc4 | |
parent | 7131799b145aa67984cc57e52d6379862c78afa3 [diff] |
mei: fix read after read scenario mei read always has to be preceded by write but 'write write read read' scenario should work as well. In this case the offset is not zero but new read should be initiated Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>