Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756038AbaGCH1S (ORCPT ); Thu, 3 Jul 2014 03:27:18 -0400 Received: from mail-ie0-f171.google.com ([209.85.223.171]:62773 "EHLO mail-ie0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951AbaGCH1Q (ORCPT ); Thu, 3 Jul 2014 03:27:16 -0400 Date: Thu, 3 Jul 2014 08:27:09 +0100 From: Lee Jones To: Doug Anderson Cc: Andrew Bresticker , swarren@wwwdotorg.org, olof@lixom.net, Sonny Rao , linux-samsung-soc@vger.kernel.org, Javier Martinez Canillas , Bill Richardson , sjg@chromium.org, Wolfram Sang , broonie@kernel.org, sameo@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 01/10] mfd: cros_ec: Fix the comment on cros_ec_remove() Message-ID: <20140703072709.GA29114@lee--X1> References: <1403115247-8853-1-git-send-email-dianders@chromium.org> <1403115247-8853-2-git-send-email-dianders@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1403115247-8853-2-git-send-email-dianders@chromium.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Jun 2014, Doug Anderson wrote: > From: Bill Richardson > > This comment was incorrect, so update it. > > Signed-off-by: Bill Richardson > Signed-off-by: Simon Glass > Signed-off-by: Doug Anderson > Acked-by: Lee Jones > --- > Changes in v2: None > > include/linux/mfd/cros_ec.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Very well, patch applied than. Clause: There is a chance that this patch might not be seen in -next for ~24-48hrs. If it's not there by 72hrs, feel free to poke. > diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h > index 887ef4f..7e9fe6e 100644 > --- a/include/linux/mfd/cros_ec.h > +++ b/include/linux/mfd/cros_ec.h > @@ -148,8 +148,7 @@ int cros_ec_prepare_tx(struct cros_ec_device *ec_dev, > /** > * cros_ec_remove - Remove a ChromeOS EC > * > - * Call this to deregister a ChromeOS EC. After this you should call > - * cros_ec_free(). > + * Call this to deregister a ChromeOS EC, then clean up any private data. > * > * @ec_dev: Device to register > * @return 0 if ok, -ve on error -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/