Skip to content
Commit 00b28184 authored by Fengguang Wu's avatar Fengguang Wu Committed by Jason Cooper
Browse files

rtc: isl12057: use PTR_ERR_OR_ZERO to fix coccinelle warnings



drivers/rtc/rtc-isl12057.c:278: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: Arnaud Ebalard <arno@natisbad.org>
CC: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 087a4ab2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment