Re: [PATCH 1/3] nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify code

From: Srinivas Kandagatla
Date: Thu Apr 04 2019 - 06:58:16 EST




On 01/04/2019 05:59, Anson Huang wrote:
Use the new helper devm_platform_ioremap_resource() which wraps the
platform_get_resource() and devm_ioremap_resource() together, to
simplify the code.

Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
Applied series to nvmem-next

Thanks,
srini