regmap: Introduce init_range
authorMario Six <[email protected]>
Mon, 15 Oct 2018 07:24:07 +0000 (09:24 +0200)
committerSimon Glass <[email protected]>
Wed, 14 Nov 2018 17:16:27 +0000 (09:16 -0800)
commit7f0e36699952adee90dc29b5a9db1378f3a7ae06
tree0ad682ea4ea76be8edd1adf8209db1e1d97cc87e
parent0689036a35296a3d51685a0b671f805818f94af7
regmap: Introduce init_range

Both fdtdec_get_addr_size_fixed and of_address_to_resource can fail with
an error, which is not currently checked during regmap initialization.

Since the indentation depth is already quite deep, extract a new
'init_range' method to do the initialization.

Reviewed-by: Anatolij Gustschin <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Mario Six <[email protected]>
drivers/core/regmap.c