clk: add more __must_check for bulk APIs
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 23 Jan 2018 12:24:45 +0000 (20:24 +0800)
committerStephen Boyd <sboyd@kernel.org>
Fri, 16 Mar 2018 22:45:51 +0000 (15:45 -0700)
commit6e0d4ff4580c1272f4e4860bf22841ef31fd31ba
treef71b40d9ec5a479fd9ed730b83e2698b5e73a1bf
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
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>
include/linux/clk.h