Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1636072

Re: [PATCH 1/1] rtc: snvs: fix an incorrect check of return value

From Alexandre Belloni <alexandre.belloni@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] rtc: snvs: fix an incorrect check of return value
Date 2017-05-05 01:00 +0200
Message-ID <tDxT3-1mh-3@gated-at.bofh.it> (permalink)
References <tzizf-4l2-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 23/04/2017 at 13:43:24 +0800, Pan Bian wrote:
> Function devm_regmap_init_mmio() returns an ERR_PTR on error. However,
> in function snvs_rtc_probe() its return value is checked against NULL.
> This patch fixes it by checking the return value with IS_ERR().
> 
> Signed-off-by: Pan Bian <bianpan2016@163.com>
> ---
>  drivers/rtc/rtc-snvs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 1/1] rtc: snvs: fix an incorrect check of return value Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-05-05 01:00 +0200

csiph-web