From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 06 May 2016 18:31:23 +0200 Subject: [U-Boot] [PATCH] usb: ehci-mx6: allow board_ehci_hcd_init to fail In-Reply-To: <1462492752-27815-1-git-send-email-stefan@agner.ch> References: <1462492752-27815-1-git-send-email-stefan@agner.ch> Message-ID: <572CC6DB.40703@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/06/2016 01:59 AM, Stefan Agner wrote: > There could be runtime determined board specific reason why a EHCI > initialization fails (e.g. ENODEV if a Port is not available). In > this case, properly return the error code. > While at it, that function (board_ehci_hcd_init) has actually two > documentation blocks... Use the correct function name for the > documentation block of board_usb_phy_mode. > > Signed-off-by: Stefan Agner Applied, thanks. Best regards, Marek Vasut