From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756476Ab3GVPLS (ORCPT ); Mon, 22 Jul 2013 11:11:18 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:36728 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755648Ab3GVPLQ (ORCPT ); Mon, 22 Jul 2013 11:11:16 -0400 Date: Mon, 22 Jul 2013 11:11:15 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Roger Quadros cc: gregkh@linuxfoundation.org, Felipe Balbi , USB list , Kernel development list Subject: Re: [PATCH v2] USB: host: Use usb_hcd_platform_shutdown() wherever possible In-Reply-To: <1374494690-18169-1-git-send-email-rogerq@ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 Jul 2013, Roger Quadros wrote: > Most HCD drivers are doing the same thing in their ".shutdown" callback > so it makes sense to use the generic usb_hcd_platform_shutdown() > handler there. > > Signed-off-by: Roger Quadros > --- > drivers/usb/host/ehci-grlib.c | 11 +---------- > drivers/usb/host/ehci-mxc.c | 10 +--------- > drivers/usb/host/ehci-omap.c | 10 +--------- > drivers/usb/host/ehci-ppc-of.c | 11 +---------- > drivers/usb/host/ehci-s5p.c | 10 +--------- > drivers/usb/host/ehci-xilinx-of.c | 17 +---------------- > drivers/usb/host/ohci-omap3.c | 10 +--------- > drivers/usb/host/ohci-ppc-of.c | 11 +---------- > 8 files changed, 8 insertions(+), 82 deletions(-) Acked-by: Alan Stern