commit | 6e0d4ff4580c1272f4e4860bf22841ef31fd31ba | [log] [tgz] |
---|---|---|
author | Dong Aisheng <aisheng.dong@nxp.com> | Tue Jan 23 20:24:45 2018 +0800 |
committer | Stephen Boyd <sboyd@kernel.org> | Fri Mar 16 15:45:51 2018 -0700 |
tree | f71b40d9ec5a479fd9ed730b83e2698b5e73a1bf | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 [diff] |
clk: add more __must_check for bulk APIs we need it even when !CONFIG_HAVE_CLK because it allows us to catch missing checking return values in the non-clk compile configurations too. More test coverage. Cc: Stephen Boyd <sboyd@codeaurora.org> Suggested-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>