diff options
author | Sean Anderson <seanga2@gmail.com> | 2022-01-15 17:25:04 -0500 |
---|---|---|
committer | Sean Anderson <seanga2@gmail.com> | 2022-03-30 13:02:55 -0400 |
commit | ac15e789caecec19d29ee9c5869305d3c3ddfb42 (patch) | |
tree | 1f6eb51df9cbb9da87a208b5f1c46a1d2d4797af /drivers/ddr/imx/imx8m/ddr_init.c | |
parent | 3cbdd4cab951b8bd3f2e76066e6911f9780c4eb1 (diff) |
clk: Make clk_free return void
Most callers of this function do not check the return value, and it is
unclear what action they should take if it fails. If a function is freeing
multiple clocks, it should not stop just because the first one failed.
Since the callbacks can no longer fail, just convert the return type to
void.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Link: https://lore.kernel.org/r/20220115222504.617013-8-seanga2@gmail.com
Diffstat (limited to 'drivers/ddr/imx/imx8m/ddr_init.c')
0 files changed, 0 insertions, 0 deletions