From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932620AbcGOKtI (ORCPT ); Fri, 15 Jul 2016 06:49:08 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:34212 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932187AbcGOKtG (ORCPT ); Fri, 15 Jul 2016 06:49:06 -0400 Date: Fri, 15 Jul 2016 12:49:08 +0200 From: Johan Hovold To: Mathieu OTHACEHE Cc: johan@kernel.org, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 03/36] usb: serial: ti_usb_3410_5052: Remove ti_usb_3410_5052.h Message-ID: <20160715104908.GB8809@localhost> References: <1463042948-12205-1-git-send-email-m.othacehe@gmail.com> <1463042948-12205-4-git-send-email-m.othacehe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463042948-12205-4-git-send-email-m.othacehe@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 12, 2016 at 10:48:35AM +0200, Mathieu OTHACEHE wrote: > The definitions in ti_usb_3410_5052.h are only used in > ti_usb_3410_5052.c. > The content of the header is copied in ti_usb_3410_5052.c. > > Also correct a typo in macro TI_PIPE_MODE_CONTINOUS. > > Signed-off-by: Mathieu OTHACEHE > --- > drivers/usb/serial/ti_usb_3410_5052.c | 237 +++++++++++++++++++++++++++++++++- > 1 file changed, 235 insertions(+), 2 deletions(-) You forgot actually remove the now unused header file. Fix it up before applying. Thanks, Johan