usb: phy: return -ENODEV on failure of try_module_get
authorArjun Sreedharan <arjun024@gmail.com>
Mon, 18 Aug 2014 05:47:33 +0000 (11:17 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 19 Aug 2014 14:21:28 +0000 (09:21 -0500)
commit2c4e3dbf63b39d44a291db70016c718f45d9cd46
treed93e15c29eaeca3e8cc9fa6747b62e4121f57994
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
usb: phy: return -ENODEV on failure of try_module_get

When __usb_find_phy_dev() does not return error and
try_module_get() fails, return -ENODEV.

Signed-off-by: Arjun Sreedharan <arjun024@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy.c