mbox series

[0/2] Return immediately if sprd_clk_regmap_init() fails

Message ID 20190521060952.2949-1-zhang.chunyan@linaro.org
Headers show
Series Return immediately if sprd_clk_regmap_init() fails | expand

Message

Chunyan Zhang May 21, 2019, 6:09 a.m. UTC
The function sprd_clk_regmap_init() doesn't always return success,
drivers should return immediately when it fails ranther than
continue the clock initialization.

The patch 2/2 in this set switchs to use devm_ioremap_resources()
instead of of_iomap(), that will make caller programs more simple.

Chunyan Zhang (2):
  clk: sprd: Switch from of_iomap() to devm_ioremap_resource()
  clk: sprd: Add check for return value of sprd_clk_regmap_init()

 drivers/clk/sprd/common.c     | 9 +++++++--
 drivers/clk/sprd/sc9860-clk.c | 4 +++-
 2 files changed, 10 insertions(+), 3 deletions(-)

-- 
2.17.1