From: Dmitriy Paliy <dmitriy.paliy@nokia.com>
To: linux-bluetooth@vger.kernel.org
Cc: Dmitriy Paliy <dmitriy.paliy@nokia.com>
Subject: [PATCH] Change append to prepend in media_transport_add
Date: Fri, 27 May 2011 15:24:20 +0300 [thread overview]
Message-ID: <1306499060-10415-1-git-send-email-dmitriy.paliy@nokia.com> (raw)
---
audio/transport.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/audio/transport.c b/audio/transport.c
index 702bef2..85358c7 100644
--- a/audio/transport.c
+++ b/audio/transport.c
@@ -487,7 +487,7 @@ static void media_transport_add(struct media_transport *transport,
struct media_owner *owner)
{
DBG("Transport %s Owner %s", transport->path, owner->name);
- transport->owners = g_slist_append(transport->owners, owner);
+ transport->owners = g_slist_prepend(transport->owners, owner);
owner->transport = transport;
}
--
1.7.4.1
next reply other threads:[~2011-05-27 12:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-27 12:24 Dmitriy Paliy [this message]
2011-05-29 19:31 ` [PATCH] Change append to prepend in media_transport_add Johan Hedberg
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=1306499060-10415-1-git-send-email-dmitriy.paliy@nokia.com \
--to=dmitriy.paliy@nokia.com \
--cc=linux-bluetooth@vger.kernel.org \
/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