commit | 52ea796b9161b1b81242e6831d9e128ee207ad2d | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Mar 23 12:08:18 2015 +0800 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Fri Apr 03 18:16:18 2015 +0530 |
tree | 13bbd70147bbbcd92a70fd790061d3e61a7e535b | |
parent | 358d6c87e73310c8e6564153cb556c0cd9e523fc [diff] |
phy: qcom-ufs: Don't return error if fail to get optional resource "dev_ref_clk_ctrl_mem" is optional resource, so don't return error if fail to get the resource. Since it's an optional resource, don't emit error if fail to get dev_ref_clk_ctrl_mem. Also remove redundant test for res, it's done by devm_ioremap_resource(). Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>