From: Kalle Valo <kvalo@qca.qualcomm.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH v3 1/6] ath10k: fix pci_set_drvpriv ordering
Date: Fri, 26 Apr 2013 09:45:39 +0300 [thread overview]
Message-ID: <87haitvlgs.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <1366874684-3088-2-git-send-email-michal.kazior@tieto.com> (Michal Kazior's message of "Thu, 25 Apr 2013 09:24:39 +0200")
Michal Kazior <michal.kazior@tieto.com> writes:
> Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
> ---
> drivers/net/wireless/ath/ath10k/pci.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
> index 2e4e85b..14197ec 100644
> --- a/drivers/net/wireless/ath/ath10k/pci.c
> +++ b/drivers/net/wireless/ath/ath10k/pci.c
I have been trying to understand why 3-way merge doesn't work with your
patches, but I just don't get it. The object id seems to be valid as
this works for me:
$ git show 2e4e85b | head -3
/*
* Copyright (c) 2005-2011 Atheros Communications Inc.
* Copyright (c) 2011-2013 Qualcomm Atheros, Inc.
So does git-am fail when parsing the email or what? Next I tried to
compare your and Bartosz' emails and I didn't find anything which would
explain the problem. The only difference I was able to find was that
Bartosz uses git 1.7.10 and you use 1.7.9.5, but that shouldn't make any
difference as the patch looks ok otherwise.
FWIW, I use git 1.7.9.5 from Ubuntu 12.04 64 bit.
Quite a problem we have :/
--
Kalle Valo
next prev parent reply other threads:[~2013-04-26 6:45 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-24 10:19 [ath9k-devel] [PATCH 0/6] ath10k: pci cleanup Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 1/6] ath10k: fix pci_set_drvpriv ordering Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 2/6] ath10k: refactor pci interrupt functions Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 3/6] ath10k: remove pci probe retrying Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 4/6] ath10k: remove ath10k_pci_configure() Michal Kazior
2013-04-24 10:19 ` [ath9k-devel] [PATCH 5/6] ath10k: remove ath10k_pci_probe_device() Michal Kazior
2013-04-24 10:20 ` [ath9k-devel] [PATCH 6/6] ath10k: simplify pci target reset Michal Kazior
2013-04-24 11:22 ` [ath9k-devel] [PATCH 0/6] ath10k: pci cleanup Michal Kazior
2013-04-24 12:26 ` [ath9k-devel] [PATCH v2 " Michal Kazior
2013-04-24 12:26 ` [ath9k-devel] [PATCH v2 1/6] ath10k: fix pci_set_drvpriv ordering Michal Kazior
2013-04-24 12:26 ` [ath9k-devel] [PATCH v2 2/6] ath10k: refactor pci interrupt functions Michal Kazior
2013-04-24 12:26 ` [ath9k-devel] [PATCH v2 3/6] ath10k: remove pci probe retrying Michal Kazior
2013-04-24 12:26 ` [ath9k-devel] [PATCH v2 4/6] ath10k: remove ath10k_pci_configure() Michal Kazior
2013-04-24 12:26 ` [ath9k-devel] [PATCH v2 5/6] ath10k: remove ath10k_pci_probe_device() Michal Kazior
2013-04-24 12:26 ` [ath9k-devel] [PATCH v2 6/6] ath10k: simplify pci target reset Michal Kazior
2013-04-25 7:24 ` [ath9k-devel] [PATCH v2 0/6] ath10k: pci cleanup Kalle Valo
2013-04-25 7:36 ` Michal Kazior
2013-04-25 7:56 ` Kalle Valo
2013-04-25 7:59 ` Bartosz.Markowski at tieto.com
2013-04-25 8:10 ` Michal Kazior
2013-04-25 8:16 ` Kalle Valo
2013-04-25 7:24 ` [ath9k-devel] [PATCH v3 " Michal Kazior
2013-04-25 7:24 ` [ath9k-devel] [PATCH v3 1/6] ath10k: fix pci_set_drvpriv ordering Michal Kazior
2013-04-26 6:45 ` Kalle Valo [this message]
2013-04-26 6:49 ` Michal Kazior
2013-04-25 7:24 ` [ath9k-devel] [PATCH v3 2/6] ath10k: refactor pci interrupt functions Michal Kazior
2013-04-25 7:24 ` [ath9k-devel] [PATCH v3 3/6] ath10k: remove pci probe retrying Michal Kazior
2013-04-25 7:24 ` [ath9k-devel] [PATCH v3 4/6] ath10k: remove ath10k_pci_configure() Michal Kazior
2013-04-25 7:24 ` [ath9k-devel] [PATCH v3 5/6] ath10k: remove ath10k_pci_probe_device() Michal Kazior
2013-04-25 7:24 ` [ath9k-devel] [PATCH v3 6/6] ath10k: simplify pci target reset Michal Kazior
2013-04-26 6:16 ` [ath9k-devel] [PATCH v3 0/6] ath10k: pci cleanup Kalle Valo
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=87haitvlgs.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@qca.qualcomm.com \
--cc=ath9k-devel@lists.ath9k.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