RE: [PATCH 4/4] crypto: tegra-aes - Use devm_ioremap_resource()

2014-02-11 Thread Varun Wadekar
'Thierry Reding'; Varun Wadekar Subject: [PATCH 4/4] crypto: tegra-aes - Use devm_ioremap_resource() Use devm_ioremap_resource() in order to make the code simpler, and remove redundant return value check of platform_get_resource() because the value is checked by devm_ioremap_resource(

[PATCH 4/4] crypto: tegra-aes - Use devm_ioremap_resource()

2014-02-11 Thread Jingoo Han
Use devm_ioremap_resource() in order to make the code simpler, and remove redundant return value check of platform_get_resource() because the value is checked by devm_ioremap_resource(). Signed-off-by: Jingoo Han --- drivers/crypto/tegra-aes.c | 20 +++- 1 file changed, 3 inser