Skip to content

smp2p:change the judgment of the return value of mbox #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: tech/mproc/all
Choose a base branch
from

Conversation

ChunkaiDeng
Copy link

Due to the change of the return value of mbox_request_channel(), When the DTS node uses 'ipc' instead of 'mboxes', the return value will changed from -ENODEV to -ENOENT. Consequently the smp2p will fail directly without parsing the 'ipc'. Use the new return value -ENOENT as the judgment value.

Due to the change of the return value of mbox_request_channel(),
When the DTS node uses 'ipc' instead of 'mboxes', the return value
will changed from -ENODEV to -ENOENT. Consequently the smp2p will
fail directly without parsing the 'ipc'. Use the new return value
-ENOENT as the judgment value.

Signed-off-by: Chunkai Deng <[email protected]>
Copy link
Collaborator

@shashim-quic shashim-quic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please submit the patch upstream and bring it as FROMLIST.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants