Re: [PATCH 1/1] clk: add more __must_check for bulk APIs

2018-03-16 Thread Stephen Boyd
Quoting Dong Aisheng (2018-01-23 04:24:45) > 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 > Suggested-by: Stephen Boyd

Re: [PATCH 1/1] clk: add more __must_check for bulk APIs

2018-03-16 Thread Stephen Boyd
Quoting Dong Aisheng (2018-01-23 04:24:45) > 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 > Suggested-by: Stephen Boyd > Signed-off-by: Dong Aisheng >

[PATCH 1/1] clk: add more __must_check for bulk APIs

2018-01-23 Thread Dong Aisheng
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 Suggested-by: Stephen Boyd Signed-off-by: Dong Aisheng

[PATCH 1/1] clk: add more __must_check for bulk APIs

2018-01-23 Thread Dong Aisheng
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 Suggested-by: Stephen Boyd Signed-off-by: Dong Aisheng --- include/linux/clk.h | 16 1 file