lkml.org 
[lkml]   [2015]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3 12/20] clk: tegra: pll: Add specialized logic for T210
On 5/1/2015 11:12 PM, Jim Lin wrote:
>
>> +static void clk_plle_tegra210_is_enabled(struct struct clk_hw *hw) {
> Returned type is "int" instead of "void".
> Also one "struct" only for "clk_hw *hw"?
>
>> + struct tegra_clk_pll *pll = to_clk_pll(hw);
>> + u32 val;
>> +
>> + val = pll_readl_base(pll);
>> +
>> + return val & PLLE_BASE_ENABLE ? 1 : 0; }
>> +
> --nvpublic
>
thanks! will fix.

-rhyland

--
nvpublic


\
 
 \ /
  Last update: 2015-05-04 18:21    [W:0.051 / U:0.668 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site