OSDN Git Service

phy: berlin-usb: Set drvdata for phy and use it
authorAxel Lin <axel.lin@ingics.com>
Tue, 10 Mar 2015 09:05:33 +0000 (17:05 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 10 Mar 2015 11:48:09 +0000 (17:18 +0530)
commit739ae3452d0ee199b3cfe5e52214d9ccd8e358ea
tree31d6e58fea5527eab8e458ebfa8e89a6c93860ae
parent298fe56ee2b9551ca8cd675e7a6ebaf1c03632f8
phy: berlin-usb: Set drvdata for phy and use it

At the context where we have pointer to struct phy, it's useful to call
phy_get_drvdata() to get the address of priv. With this change, we can
remove the to_phy_berlin_usb_priv() macro and remove *phy from struct
phy_berlin_usb_priv.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-berlin-usb.c