[PATCH 1/2] thermal: Add support for thermal sensor for Orion SoC
Eduardo Valentin
eduardo.valentin at ti.com
Fri Jan 4 04:47:53 EST 2013
Hello again,
On 04-01-2013 11:40, Eduardo Valentin wrote:
> Hey Andrew,
>
> On 14-12-2012 13:03, Andrew Lunn wrote:
>> From: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
<cut>
>
> I believe you forgot to request this memory. I suggest you do:
> + thermal_dev->base_addr = devm_request_and_ioremap(&pdev->dev,
> res->start,
> + res);
>
small fix:
+ thermal_dev->base_addr = devm_request_and_ioremap(&pdev->dev,
+ res);
More information about the linux-arm-kernel
mailing list