Message ID | 1403115247-8853-2-git-send-email-dianders@chromium.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Wed, 18 Jun 2014, Doug Anderson wrote: > From: Bill Richardson <wfrichar@chromium.org> > > This comment was incorrect, so update it. > > Signed-off-by: Bill Richardson <wfrichar@chromium.org> > Signed-off-by: Simon Glass <sjg@chromium.org> > Signed-off-by: Doug Anderson <dianders@chromium.org> > Acked-by: Lee Jones <lee.jones@linaro.org> > --- > 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
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