Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c: scmi: remove some bogus NULL checks
"obj" can't be NULL here. We already know that "pkg->package.elements" gives us a valid pointer so the next pointer after that is also non-NULL. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
- Loading branch information