OSDN Git Service

usb: phy: don't return with NULL from devm_usb_get_phy()
authorGabor Juhos <juhosg@openwrt.org>
Fri, 11 Oct 2013 07:01:03 +0000 (09:01 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 11 Oct 2013 18:50:38 +0000 (13:50 -0500)
commit7f4d1e7bdd9f293a522e5559f1b64a95c066c15e
tree164b9af202a640f539fbba1f8bc3712b4ba3871a
parentcd1086913ffef6d9656efdf35168b2b28675c245
usb: phy: don't return with NULL from devm_usb_get_phy()

The callers are expecting an ERR_PTR value in case
of an error. Change he code to return with an encoded
-ENOMEM value in the case of a failed devres_alloc call.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy.c