[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55A4F509.6010009@linaro.org>
Date: Tue, 14 Jul 2015 17:09:53 +0530
From: Vaibhav Hiremath <vaibhav.hiremath@...aro.org>
To: Wolfram Sang <wsa@...-dreams.de>
CC: linux-i2c@...r.kernel.org, robh+dt@...nel.org,
robert.jarzmik@...e.fr, yizhang@...vell.com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH-v4 06/11] i2c:pxa: Use devm_ variants in probe function
On Tuesday 14 July 2015 05:05 PM, Wolfram Sang wrote:
>> + i2c->reg_base = devm_ioremap_resource(&dev->dev, res);
>> + if (IS_ERR(i2c->reg_base)) {
>> + dev_err(&dev->dev, "failed to map resource: %ld\n",
>> + PTR_ERR(i2c->reg_base));
>> + return PTR_ERR(i2c->reg_base);
>> + }
>
> One change I did when applying: removed this error message.
> devm_ioremap_resource prints out the errors it finds.
>
devm_ioremap_resource doesn't print return value.
So this additional error message would print one of, -EINVAL, -EBUSY
or -ENOMEM.
That was the reason I kept it.
If you feel it is not required, I am OK to remove it.
Thanks for the update, it certainly saved one more version :) .
Thanks,
Vaibhav
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists