From 478b6c7436c23369611de766032415fa4f5cbb59 Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Thu, 3 Oct 2013 18:12:32 +0300 Subject: [PATCH] usb: phy: omap-usb2: Don't use omap_get_control_dev() omap_get_control_dev() is being deprecated as it doesn't support multiple instances. As control device is present only from OMAP4 onwards which supports DT only, we use phandles to get the reference to the control device. As we don't support non-DT boot, we just bail out on probe if device node is not present. Signed-off-by: Roger Quadros Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed