From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751920AbdIKQXh (ORCPT ); Mon, 11 Sep 2017 12:23:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44582 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750782AbdIKQXf (ORCPT ); Mon, 11 Sep 2017 12:23:35 -0400 Date: Mon, 11 Sep 2017 09:23:34 -0700 From: Greg Kroah-Hartman To: Guenter Roeck Cc: devel@driverdev.osuosl.org, Heikki Krogerus , Badhri Jagan Sridharan , Yueyao Zhu , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Hans de Goede Subject: Re: [PATCH 1/5] staging: typec: tcpm: Drop commented out code Message-ID: <20170911162334.GA13953@kroah.com> References: <1505075825-15700-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1505075825-15700-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 10, 2017 at 01:37:01PM -0700, Guenter Roeck wrote: > Commented out code can be added as needed. Drop it. > Also drop TODO and an obsolete XXX comment. > > Signed-off-by: Guenter Roeck > --- > drivers/staging/typec/tcpm.c | 37 +------------------------------------ > 1 file changed, 1 insertion(+), 36 deletions(-) Thans for the series, I'll queue it up once 4.14-rc1 is out and make a branch that can get pulled into both the staging and usb trees, so that future work on this can all happen through the usb tree. thanks, greg k-h