Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This removes a test whether the 'desc' variable is NULL. This possibility has already been eliminated by the below test earlier in the loop: if (desc == NULL) { dev_warn(pctldev->dev, "could not get pin desc for pin %d\n", pins[i]); continue; } Found with Coverity: CID #1090078 Signed-off-by: Michael Opdenacker <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
- Loading branch information