Fixed two issue of variable not being initialized which could cause wrong results #1985
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. 这个PR修复的是什么问题?
第一处没有对PWM接口进行初始化,没有分配PWM相关资源
第二处虽然分配了PWM相关资源,但对于缺少了相关分配空间是否成功的ret判断
2. 这个PR不修复具体会带来什么后果?
未初始化分配资源导致错误
程序流判断错误
3. PR修复方案的依据是什么?
第一处使用函数csi_pwn_init( ) 进行初始化
第二处添加if判断保证完成与csi_pwn_init( )源码一样的效果
4. 在什么环境下测试或者验证过?
all