Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pcie_check: fix some pcie_check compilation warnings
1. Fixed warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]: if (width > 0 && width < 17 && (width & width - 1) == 0) 2. Removed unused result, nextpoint. Signed-off-by: Pengfei Xu <[email protected]>
- Loading branch information