commit | 7a83b145b5891f445009b341361e2e458bd13d2b | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Feb 26 07:24:49 2015 +0800 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Wed Mar 04 18:31:47 2015 +0530 |
tree | 38b3159af4ef50d239b7b68fb4dda26d76d4ef1a | |
parent | 5bd568f5d2c95dbfeda4425c0d355093e29ae7f2 [diff] |
phy: armada375-usb2: Set drvdata for phy and use it At the context we have pointer to struct phy, it's useful to call phy_get_drvdata() to get the address of cluster_phy. This has slightly better readability than calling dev_get_drvdata(phy->dev.parent). Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>