From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 11 Jun 2014 02:28:29 +0200 Subject: [U-Boot] [PATCH 1/4] usb: ci_udc: call udc_disconnect() from ci_pullup() In-Reply-To: <1402419758-15161-1-git-send-email-swarren@wwwdotorg.org> References: <1402419758-15161-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <201406110228.29536.marex@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 Tuesday, June 10, 2014 at 07:02:35 PM, Stephen Warren wrote: > From: Stephen Warren > > ci_pullup()'s !is_on path contains a cut/paste copy of udc_disconnect(). > Remove the duplication by simply calling udc_disconnect() instead. > > Signed-off-by: Stephen Warren Applied all, thanks. Best regards, Marek Vasut