commit | d89a7f69d69409ffafad7affc1cc3085d2cd0dd8 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Mar 03 09:05:55 2015 +0800 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Thu Mar 26 05:06:09 2015 +0530 |
tree | 8c5596899f24618ad3f7fe04250f605d3d164c5c | |
parent | 080de5ba390c54b7504c43b36ae21911acf66b30 [diff] |
phy: qcom-ufs: Catch devm_phy_create failure in ufs_qcom_phy_generic_probe Current code does NULL test against return value of ufs_qcom_phy_generic_probe. However, in the case of devm_phy_create() failure, ufs_qcom_phy_generic_probe does not return NULL. Fix it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>