usb: phy: msm: Remove unnecessarily check for valid regulators.
authorIvan T. Ivanov <iivanov@mm-sol.com>
Mon, 28 Apr 2014 13:34:09 +0000 (16:34 +0300)
committerFelipe Balbi <balbi@ti.com>
Wed, 30 Apr 2014 16:28:42 +0000 (11:28 -0500)
commitf7ddad47421669452186678d51c09a3778ab552f
tree5b52a49629b80e69fe307e6554dc158ff52d5934
parent6b99c68ec1f979ef6ea956516a87afa9bb5551ca
usb: phy: msm: Remove unnecessarily check for valid regulators.

Whether regulators are available or not is checked at driver
probe. If they are not available driver will refuse to load,
so no need to check them again.

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