]> git.karo-electronics.de Git - karo-tx-linux.git/commit
phy: armada375-usb2: Set drvdata for phy and use it
authorAxel Lin <axel.lin@ingics.com>
Wed, 25 Feb 2015 23:24:49 +0000 (07:24 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 4 Mar 2015 13:01:47 +0000 (18:31 +0530)
commit7a83b145b5891f445009b341361e2e458bd13d2b
tree38b3159af4ef50d239b7b68fb4dda26d76d4ef1a
parent5bd568f5d2c95dbfeda4425c0d355093e29ae7f2
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>
drivers/phy/phy-armada375-usb2.c