hwmon: (ds1621) fix coccinelle warnings

drivers/hwmon/ds1621.c:381: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]>
1 file changed