commit | c3ab642f2f08349c41f7d837f224ce1e63b58197 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Fri Dec 04 21:57:01 2015 +0800 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Sun Dec 20 17:43:12 2015 +0530 |
tree | f36c986c8b06344d322a62f4278c0946bad7443c | |
parent | c7a0b20ed42c0f4e1f80e7a9dfa6502894a82e22 [diff] |
phy: berlin-usb: don't set device's driver_data After commit 739ae3452d0e ("phy: berlin-usb: Set drvdata for phy and use it"), we get the address of priv by phy_get_drvdata(), so there's no need to set device's driver_data any more. This patch removes the call of platform_set_drvdata(). Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>