Searched refs:theMsg (Results 1 – 1 of 1) sorted by relevance
1066 struct r3964_client_message theMsg; in r3964_read() local1104 theMsg.msg_id = pMsg->msg_id; in r3964_read()1105 theMsg.arg = pMsg->arg; in r3964_read()1106 theMsg.error_code = pMsg->error_code; in r3964_read()1112 if (copy_to_user(buf, &theMsg, ret)) { in r3964_read()