]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
usb: phy: msm: Enable deferred driver probing
authorIvan T. Ivanov <iivanov@mm-sol.com>
Mon, 28 Apr 2014 13:34:07 +0000 (16:34 +0300)
committerFelipe Balbi <balbi@ti.com>
Wed, 30 Apr 2014 16:28:05 +0000 (11:28 -0500)
commit06a6ec445bfa539285a7f6ae3e6e447a536d5a35
treec2be69bba973f18c88727d1c8348b303bf349b68
parent37cfdaf782590e277d9352626dba4496734e0375
usb: phy: msm: Enable deferred driver probing

Using platform_driver_probe() prevent driver from requesting
probe deferral. Fix this.

While at that, also switch to module_platform_driver() and
remove __init annotation from probe().

Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-msm-usb.c