commit | bacc6839d2bd8300b0dea2ccb9604c8776eb31a6 | [log] [tgz] |
---|---|---|
author | Arun Menon <avmenon@codeaurora.org> | Mon Sep 30 17:02:44 2013 -0700 |
committer | Zhoulu Luo <zluo@codeaurora.org> | Tue Oct 22 11:38:53 2013 -0700 |
tree | d6217e63b9d45cdc43e9298ae3a4ff8efa6fea99 | |
parent | fb8150aca5a3273a67cbbe7bab8211fdc43a055c [diff] |
msm: vidc: avoid usage of output_tag to get session_id The firmware will send session_id as part of struct hfi_msg_event_notify_packet. The driver should use the session_id in this structure rather than from output_tag. Without this change release reference event will not be handled correctly by driver. Change-Id: I6005482a1b2dfefb6acf0ff797c291197791ca4a Signed-off-by: Arun Menon <avmenon@codeaurora.org> (cherry picked from commit ec9c572c8987312d444938d07ebec6c6f6c6338f)