[PATCH 10/11] arm/samsung: Change s3c_pm_run_res() to use System RAM type

2015-12-14 Thread Toshi Kani
Change s3c_pm_run_res() to check with IORESOURCE_SYSTEM_RAM, instead of strcmp() with "System RAM", in the resource table. No functional change is made to the interface. Cc: Kukjin Kim Cc: Krzysztof Kozlowski Cc: linux-samsung-soc@vger.kernel.org

Re: [PATCH 10/11] arm/samsung: Change s3c_pm_run_res() to use System RAM type

2015-12-14 Thread Krzysztof Kozlowski
On 15.12.2015 08:37, Toshi Kani wrote: > Change s3c_pm_run_res() to check with IORESOURCE_SYSTEM_RAM, > instead of strcmp() with "System RAM", in the resource table. > > No functional change is made to the interface. > > Cc: Kukjin Kim > Cc: Krzysztof Kozlowski