Advertisement
infected_

Untitled

Jul 23rd, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. } else if (ret < 0 && !msg->comp) {
  2. struct slim_msg_txn *txn;
  3. dev_err(&ctrl->dev, "slimbus Read error");
  4. mutex_lock(&ctrl->m_ctrl);
  5. txn = ctrl->txnt[tid];
  6. /* Invalidate the transaction */
  7. ctrl->txnt[tid] = NULL;
  8. mutex_unlock(&ctrl->m_ctrl);
  9. kfree(txn);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement