summaryrefslogtreecommitdiff
path: root/drivers/ddr/marvell/axp/ddr3_read_leveling.c
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2022-01-15 17:24:58 -0500
committerSean Anderson <seanga2@gmail.com>2022-03-30 13:02:55 -0400
commit276d446757e462c210768eb0bbd48450ae254f51 (patch)
treea89503f0d871402173c7783cee3e59c8dac3f886 /drivers/ddr/marvell/axp/ddr3_read_leveling.c
parentd2e5250be49fce4653689c41a5dc7e2d7e7ecf33 (diff)
clk: Make rfree return void
When freeing a clock there is not much we can do if there is an error, and most callers do not actually check the return value. Even e.g. checking to make sure that clk->id is valid should have been done in request() in the first place (unless someone is messing with the driver behind our back). Just return void and don't bother returning an error. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20220115222504.617013-2-seanga2@gmail.com
Diffstat (limited to 'drivers/ddr/marvell/axp/ddr3_read_leveling.c')
0 files changed, 0 insertions, 0 deletions