diff mbox

firewire-lib: Remove a comment about restriction of asynchronous operation

Message ID 1401774337-21512-1-git-send-email-o-takashi@sakamocchi.jp (mailing list archive)
State Accepted
Commit c8109b573b4b761c548a13bc257ca68efa300b03
Headers show

Commit Message

Takashi Sakamoto June 3, 2014, 5:45 a.m. UTC
The comment for fcp_avc_transaction() describes it doesn't support this type
of operation. But it was already supported by this commit.

00a7bb81c20f3e81711e28e0f6c08cee8fd18514
ALSA: firewire-lib: Add support for deferred transaction

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
---
 sound/firewire/fcp.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Takashi Iwai June 3, 2014, 6:18 a.m. UTC | #1
At Tue,  3 Jun 2014 14:45:37 +0900,
Takashi Sakamoto wrote:
> 
> The comment for fcp_avc_transaction() describes it doesn't support this type
> of operation. But it was already supported by this commit.
> 
> 00a7bb81c20f3e81711e28e0f6c08cee8fd18514
> ALSA: firewire-lib: Add support for deferred transaction
> 
> Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>

Applied, thanks.


Takashi

> ---
>  sound/firewire/fcp.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/sound/firewire/fcp.c b/sound/firewire/fcp.c
> index d48e326..0619597 100644
> --- a/sound/firewire/fcp.c
> +++ b/sound/firewire/fcp.c
> @@ -218,8 +218,6 @@ struct fcp_transaction {
>   *
>   * @command and @response can point to the same buffer.
>   *
> - * Asynchronous operation (INTERIM, NOTIFY) is not supported at the moment.
> - *
>   * Returns the actual size of the response frame, or a negative error code.
>   */
>  int fcp_avc_transaction(struct fw_unit *unit,
> -- 
> 1.8.3.2
>
diff mbox

Patch

diff --git a/sound/firewire/fcp.c b/sound/firewire/fcp.c
index d48e326..0619597 100644
--- a/sound/firewire/fcp.c
+++ b/sound/firewire/fcp.c
@@ -218,8 +218,6 @@  struct fcp_transaction {
  *
  * @command and @response can point to the same buffer.
  *
- * Asynchronous operation (INTERIM, NOTIFY) is not supported at the moment.
- *
  * Returns the actual size of the response frame, or a negative error code.
  */
 int fcp_avc_transaction(struct fw_unit *unit,