-
Notifications
You must be signed in to change notification settings - Fork 140
fixup! ASoC: SOF: Introduce extended manifest #2095
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
fixup! ASoC: SOF: Introduce extended manifest #2095
Conversation
|
I would suggest to change like this to make the logic more clear and simple: |
Function should return error code or extended manifest size. Reported-by: Marc Herbert <marc.herbert@intel.com> Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
|
@keyonjie good idea. |
e33ae2e to
64234c6
Compare
keyonjie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good.
|
@marc-hb there are full list of Intended - reason of revert Intended - typo (#1903 (comment)) + change order of checks #1903 (comment) Intended - removing typecasting (#1903 (comment)) Intended - remove void cast (#1818 (comment)) Intended - remove double validation (#1903 (comment)) Intended - simplify code (#2095 (comment)) Intended - adjust offset validation (#1818 (review)) Intended - remove double validation (#1903 (comment)) For ext_manifest.h there are two differences - update include list (#1818 (comment)) and removing unusable fields (#1903 (comment)) |
|
Thanks @ktrzcinx for the extremely thorough diff review, I wasn't expecting that much. I just wanted to make sure you had looked at it. |
Function should return error code or extended manifest size.
Reported-by: Marc Herbert marc.herbert@intel.com
Signed-off-by: Karol Trzcinski karolx.trzcinski@linux.intel.com