[PATCH 1/2] thermal: Add support for thermal sensor for Orion SoC
From: Eduardo Valentin <hidden>
Date: 2013-01-04 09:47:53
Also in:
linux-pm
From: Eduardo Valentin <hidden>
Date: 2013-01-04 09:47:53
Also in:
linux-pm
Hello again, On 04-01-2013 11:40, Eduardo Valentin wrote:
Hey Andrew, On 14-12-2012 13:03, Andrew Lunn wrote:quoted
From: Nobuhiro Iwamatsu <redacted>
<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);