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)
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

Simple merge