public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype
Date: Sun, 19 Aug 2012 18:44:20 +0200	[thread overview]
Message-ID: <201208191844.20764.marex@denx.de> (raw)
In-Reply-To: <1345393327-29251-1-git-send-email-dev@lynxeye.de>

Dear Lucas Stach,

> Match the name of the header prototype with the actual
> implementation.

Applied, thanks

> Signed-off-by: Lucas Stach <dev@lynxeye.de>
> ---
>  include/usb/ulpi.h | 2 +-
>  1 Datei ge?ndert, 1 Zeile hinzugef?gt(+), 1 Zeile entfernt(-)
> 
> diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h
> index 4a23fd2..9a75c24 100644
> --- a/include/usb/ulpi.h
> +++ b/include/usb/ulpi.h
> @@ -61,7 +61,7 @@ int ulpi_select_transceiver(struct ulpi_viewport
> *ulpi_vp, unsigned speed); *
>   * returns 0 on success, ULPI_ERROR on failure.
>   */
> -int ulpi_enable_vbus(struct ulpi_viewport *ulpi_vp,
> +int ulpi_set_vbus(struct ulpi_viewport *ulpi_vp,
>  			int on, int ext_power, int ext_ind);
> 
>  /*

Best regards,
Marek Vasut

  reply	other threads:[~2012-08-19 16:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-19 16:22 [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype Lucas Stach
2012-08-19 16:44 ` Marek Vasut [this message]
2012-08-20  9:57 ` Igor Grinberg
2012-08-20 13:46   ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201208191844.20764.marex@denx.de \
    --to=marek.vasut@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox