Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwmon: (lm95234) fix coccinelle warnings
drivers/hwmon/lm95234.c:704:1-3: WARNING: PTR_RET can be used Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: coccinelle/api/ptr_ret.cocci CC: Guenter Roeck <[email protected]> Signed-off-by: Fengguang Wu <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
- Loading branch information