[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <20160127012230.GE14296@samsunx.samsung>
Date: Wed, 27 Jan 2016 10:22:30 +0900
From: Andi Shyti <andi.shyti@...sung.com>
To: Javier Martinez Canillas <javier@....samsung.com>
Cc: linux-kernel@...r.kernel.org, Kukjin Kim <kgene@...nel.org>,
rtc-linux@...glegroups.com, Chanwoo Choi <cw00.choi@...sung.com>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
Krzysztof Kozlowski <k.kozlowski@...sung.com>,
Laxman Dewangan <ldewangan@...dia.com>,
linux-samsung-soc@...r.kernel.org
Subject: Re: [PATCH v3 07/10] rtc: max77686: Use dev_warn() instead of pr_warn()
Hi Javier,
> if (tm->tm_year < 100) {
> - pr_warn("RTC can't handle year %d. Assume it's 2000.\n",
> - 1900 + tm->tm_year);
> + dev_warn(info->dev,
> + "RTC can't handle year %d. Assume it's 2000\n",
> + 1900 + tm->tm_year);
> return -EINVAL;
Because we are returning an error value, why not use dev_err()?
> }
> } else {
> --
> 2.5.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists